Color Hex Logo

#fc426b Color Hex

#FC426B
(252,66,107)
0 Favorites   0 Comments

Color spaces of #fc426b

RGB 25266107
HSL0.960.970.62
HSV347°74°99°
CMYK 0.000.740.58   0.01
XYZ44.746925.653416.5031
Yxy25.65340.51490.2952
Hunter Lab50.649269.062816.1359
CIE-Lab57.706671.265120.4456

#fc426b color RGB value is (252,66,107).

#fc426b hex color red value is 252, green value is 66 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fc426b hue: 0.96 , saturation: 0.97 and the lightness value of fc426b is 0.62.

The process color (four color CMYK) of #fc426b color hex is 0.00, 0.74, 0.58, 0.01. Web safe color of #fc426b is #ff3366. Color #fc426b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000010 01101011
Octal 374 102 153
Decimal 252 66 107
Hex FC 42 6B

RGB Percentages of Color #fc426b

%59.29
%15.53
%25.18

CMYK Percentages of Color #fc426b

%0
%74
%58
%1

Triadic Colors of #fc426b

#fc426b #6bfc42 #426bfc

Analogous Colors of #fc426b

#fc426b #fc7642 #fc42c8

Monochromatic Colors of #fc426b

#fc426b

Complementary Color

#fc426b #42fcd3

#fc426b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc426b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc426b Color CSS Codes

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

#fc426b Text Font Color

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

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


#fc426b Background Color

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

This div background color is #fc426b


#fc426b Border Color

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

This div border color is #fc426b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc426b


Comments

No comments written yet.

Please login to write comment.