Color Hex Logo

#fa0755 Color Hex

#FA0755
(250,7,85)
0 Favorites   0 Comments

Color spaces of #fa0755

RGB 250785
HSL0.950.960.50
HSV341°97°98°
CMYK 0.000.970.66   0.02
XYZ41.140021.131810.5049
Yxy21.13180.56530.2904
Hunter Lab45.969379.301218.6296
CIE-Lab53.093480.404127.3975

#fa0755 color RGB value is (250,7,85).

#fa0755 hex color red value is 250, green value is 7 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fa0755 hue: 0.95 , saturation: 0.96 and the lightness value of fa0755 is 0.50.

The process color (four color CMYK) of #fa0755 color hex is 0.00, 0.97, 0.66, 0.02. Web safe color of #fa0755 is #ff0066. Color #fa0755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000111 01010101
Octal 372 7 125
Decimal 250 7 85
Hex FA 7 55

RGB Percentages of Color #fa0755

%73.10
%2.05
%24.85

CMYK Percentages of Color #fa0755

%0
%97
%66
%2

Triadic Colors of #fa0755

#fa0755 #55fa07 #0755fa

Analogous Colors of #fa0755

#fa0755 #fa3307 #fa07cf

Monochromatic Colors of #fa0755

#fa0755

Complementary Color

#fa0755 #07faac

#fa0755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0755 Color CSS Codes

.mybgcolor {background-color:#fa0755; } 
.myforecolor {color:#fa0755; }
.mybordercolor {border:3px solid #fa0755; }

#fa0755 Text Font Color

<p style="color:#fa0755">Text here</p>

This sample text font color is #fa0755
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fa0755 Background Color

<div style="background-color:#fa0755">
Div content here</div>

This div background color is #fa0755


#fa0755 Border Color

<div style="border:3px solid #fa0755">
Div here</div>

This div border color is #fa0755


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,7,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa0755; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa0755;
  -webkit-box-shadow: 1px 1px 3px 2px #fa0755;
  box-shadow:         1px 1px 3px 2px #fa0755; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,7,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fa0755">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fa0755;
  -webkit-box-shadow: 1px 1px 3px 2px #fa0755;
  box-shadow:         1px 1px 3px 2px #fa0755;">
Div content here</div>

This div box has shadow with color #fa0755

Related Colors


Comments

No comments written yet.

Please login to write comment.