Color Hex Logo

#fc609d Color Hex

#FC609D
(252,96,157)
0 Favorites   0 Comments

Color spaces of #fc609d

RGB 25296157
HSL0.930.960.68
HSV337°62°99°
CMYK 0.000.620.38   0.01
XYZ50.413631.495535.3204
Yxy31.49550.43000.2687
Hunter Lab56.120962.13581.9697
CIE-Lab62.923764.5488-1.3452

#fc609d color RGB value is (252,96,157).

#fc609d hex color red value is 252, green value is 96 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fc609d hue: 0.93 , saturation: 0.96 and the lightness value of fc609d is 0.68.

The process color (four color CMYK) of #fc609d color hex is 0.00, 0.62, 0.38, 0.01. Web safe color of #fc609d is #ff6699. Color #fc609d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100000 10011101
Octal 374 140 235
Decimal 252 96 157
Hex FC 60 9D

RGB Percentages of Color #fc609d

%49.90
%19.01
%31.09

CMYK Percentages of Color #fc609d

%0
%62
%38
%1

Triadic Colors of #fc609d

#fc609d #9dfc60 #609dfc

Analogous Colors of #fc609d

#fc609d #fc7160 #fc60eb

Monochromatic Colors of #fc609d

#fc609d

Complementary Color

#fc609d #60fcbf

#fc609d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc609d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc609d Color CSS Codes

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

#fc609d Text Font Color

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

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


#fc609d Background Color

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

This div background color is #fc609d


#fc609d Border Color

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

This div border color is #fc609d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc609d


Comments

No comments written yet.

Please login to write comment.