Color Hex Logo

#fd427b Color Hex

#FD427B
(253,66,123)
0 Favorites   0 Comments

Color spaces of #fd427b

RGB 25366123
HSL0.950.980.63
HSV342°74°99°
CMYK 0.000.740.51   0.01
XYZ46.031426.209121.3716
Yxy26.20910.49170.2800
Hunter Lab51.194870.905811.0854
CIE-Lab58.235072.674311.7603

#fd427b color RGB value is (253,66,123).

#fd427b hex color red value is 253, green value is 66 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fd427b hue: 0.95 , saturation: 0.98 and the lightness value of fd427b is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000010 01111011
Octal 375 102 173
Decimal 253 66 123
Hex FD 42 7B

RGB Percentages of Color #fd427b

%57.24
%14.93
%27.83

CMYK Percentages of Color #fd427b

%0
%74
%51
%1

Triadic Colors of #fd427b

#fd427b #7bfd42 #427bfd

Analogous Colors of #fd427b

#fd427b #fd6742 #fd42d9

Monochromatic Colors of #fd427b

#fd427b

Complementary Color

#fd427b #42fdc4

#fd427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd427b Color CSS Codes

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

#fd427b Text Font Color

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

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


#fd427b Background Color

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

This div background color is #fd427b


#fd427b Border Color

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

This div border color is #fd427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd427b


Comments

No comments written yet.

Please login to write comment.