Color Hex Logo

#fd426b Color Hex

#FD426B
(253,66,107)
0 Favorites   0 Comments

Color spaces of #fd426b

RGB 25366107
HSL0.960.980.63
HSV347°74°99°
CMYK 0.000.740.58   0.01
XYZ45.110125.840616.5201
Yxy25.84060.51570.2954
Hunter Lab50.833769.443116.3153
CIE-Lab57.885471.543720.7174

#fd426b color RGB value is (253,66,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000010 01101011
Octal 375 102 153
Decimal 253 66 107
Hex FD 42 6B

RGB Percentages of Color #fd426b

%59.39
%15.49
%25.12

CMYK Percentages of Color #fd426b

%0
%74
%58
%1

Triadic Colors of #fd426b

#fd426b #6bfd42 #426bfd

Analogous Colors of #fd426b

#fd426b #fd7742 #fd42c9

Monochromatic Colors of #fd426b

#fd426b

Complementary Color

#fd426b #42fdd4

#fd426b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd426b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd426b Color CSS Codes

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

#fd426b Text Font Color

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

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


#fd426b Background Color

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

This div background color is #fd426b


#fd426b Border Color

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

This div border color is #fd426b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,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 #fd426b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd426b

Related Colors


Comments

No comments written yet.

Please login to write comment.