Color Hex Logo

#fc689a Color Hex

#FC689A
(252,104,154)
0 Favorites   0 Comments

Color spaces of #fc689a

RGB 252104154
HSL0.940.960.70
HSV340°59°99°
CMYK 0.000.590.39   0.01
XYZ50.927932.929234.2436
Yxy32.92920.43120.2788
Hunter Lab57.384057.99564.7878
CIE-Lab64.103560.83502.0999

#fc689a color RGB value is (252,104,154).

#fc689a hex color red value is 252, green value is 104 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fc689a hue: 0.94 , saturation: 0.96 and the lightness value of fc689a is 0.70.

The process color (four color CMYK) of #fc689a color hex is 0.00, 0.59, 0.39, 0.01. Web safe color of #fc689a is #ff6699. Color #fc689a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101000 10011010
Octal 374 150 232
Decimal 252 104 154
Hex FC 68 9A

RGB Percentages of Color #fc689a

%49.41
%20.39
%30.20

CMYK Percentages of Color #fc689a

%0
%59
%39
%1

Triadic Colors of #fc689a

#fc689a #9afc68 #689afc

Analogous Colors of #fc689a

#fc689a #fc8068 #fc68e4

Monochromatic Colors of #fc689a

#fc689a

Complementary Color

#fc689a #68fcca

#fc689a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc689a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc689a Color CSS Codes

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

#fc689a Text Font Color

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

This sample text font color is #fc689a
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.


#fc689a Background Color

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

This div background color is #fc689a


#fc689a Border Color

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

This div border color is #fc689a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,104,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc689a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc689a;
  -webkit-box-shadow: 1px 1px 3px 2px #fc689a;
  box-shadow:         1px 1px 3px 2px #fc689a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,104,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc689a


Comments

No comments written yet.

Please login to write comment.