Color Hex Logo

#fc5fc4 Color Hex

#FC5FC4
(252,95,196)
0 Favorites   0 Comments

Color spaces of #fc5fc4

RGB 25295196
HSL0.890.960.68
HSV321°62°99°
CMYK 0.000.620.22   0.01
XYZ54.200932.865455.7115
Yxy32.86540.37960.2302
Hunter Lab57.328468.4376-17.4880
CIE-Lab64.051869.5780-21.9447

#fc5fc4 color RGB value is (252,95,196).

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

The process color (four color CMYK) of #fc5fc4 color hex is 0.00, 0.62, 0.22, 0.01. Web safe color of #fc5fc4 is #ff66cc. Color #fc5fc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011111 11000100
Octal 374 137 304
Decimal 252 95 196
Hex FC 5F C4

RGB Percentages of Color #fc5fc4

%46.41
%17.50
%36.10

CMYK Percentages of Color #fc5fc4

%0
%62
%22
%1

Triadic Colors of #fc5fc4

#fc5fc4 #c4fc5f #5fc4fc

Analogous Colors of #fc5fc4

#fc5fc4 #fc5f76 #e65ffc

Monochromatic Colors of #fc5fc4

#fc5fc4

Complementary Color

#fc5fc4 #5ffc97

#fc5fc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5fc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5fc4 Color CSS Codes

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

#fc5fc4 Text Font Color

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

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


#fc5fc4 Background Color

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

This div background color is #fc5fc4


#fc5fc4 Border Color

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

This div border color is #fc5fc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5fc4

Related Colors


Comments

No comments written yet.

Please login to write comment.