Color Hex Logo

#fd207b Color Hex

#FD207B
(253,32,123)
0 Favorites   0 Comments

Color spaces of #fd207b

RGB 25332123
HSL0.930.980.56
HSV335°87°99°
CMYK 0.000.870.51   0.01
XYZ44.599723.345720.8944
Yxy23.34570.50200.2628
Hunter Lab48.317480.21028.1828
CIE-Lab55.426780.66547.7899

#fd207b color RGB value is (253,32,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100000 01111011
Octal 375 40 173
Decimal 253 32 123
Hex FD 20 7B

RGB Percentages of Color #fd207b

%62.01
%7.84
%30.15

CMYK Percentages of Color #fd207b

%0
%87
%51
%1

Triadic Colors of #fd207b

#fd207b #7bfd20 #207bfd

Analogous Colors of #fd207b

#fd207b #fd3320 #fd20ea

Monochromatic Colors of #fd207b

#fd207b

Complementary Color

#fd207b #20fda2

#fd207b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd207b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd207b Color CSS Codes

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

#fd207b Text Font Color

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

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


#fd207b Background Color

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

This div background color is #fd207b


#fd207b Border Color

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

This div border color is #fd207b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd207b


Comments

No comments written yet.

Please login to write comment.