Color Hex Logo

#fd08ea Color Hex

#FD08EA
(253,8,234)
0 Favorites   0 Comments

Color spaces of #fd08ea

RGB 2538234
HSL0.850.980.51
HSV305°97°99°
CMYK 0.000.970.08   0.01
XYZ55.446126.996880.1305
Yxy26.99680.34110.1661
Hunter Lab51.958499.5543-55.0663
CIE-Lab58.971494.6275-51.3078

#fd08ea color RGB value is (253,8,234).

#fd08ea hex color red value is 253, green value is 8 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fd08ea hue: 0.85 , saturation: 0.98 and the lightness value of fd08ea is 0.51.

The process color (four color CMYK) of #fd08ea color hex is 0.00, 0.97, 0.08, 0.01. Web safe color of #fd08ea is #ff00ff. Color #fd08ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001000 11101010
Octal 375 10 352
Decimal 253 8 234
Hex FD 8 EA

RGB Percentages of Color #fd08ea

%51.11
%1.62
%47.27

CMYK Percentages of Color #fd08ea

%0
%97
%8
%1

Triadic Colors of #fd08ea

#fd08ea #eafd08 #08eafd

Analogous Colors of #fd08ea

#fd08ea #fd0870 #9608fd

Monochromatic Colors of #fd08ea

#fd08ea

Complementary Color

#fd08ea #08fd1b

#fd08ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd08ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd08ea Color CSS Codes

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

#fd08ea Text Font Color

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

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


#fd08ea Background Color

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

This div background color is #fd08ea


#fd08ea Border Color

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

This div border color is #fd08ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd08ea


Comments

No comments written yet.

Please login to write comment.