Color Hex Logo

#d00fed Color Hex

#D00FED
(208,15,237)
0 Favorites   0 Comments

Color spaces of #d00fed

RGB 20815237
HSL0.810.880.49
HSV292°94°93°
CMYK 0.120.940.00   0.07
XYZ41.469319.866081.7696
Yxy19.86600.28980.1388
Hunter Lab44.571388.0773-77.5723
CIE-Lab51.685487.4799-65.0927

#d00fed color RGB value is (208,15,237).

#d00fed hex color red value is 208, green value is 15 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d00fed hue: 0.81 , saturation: 0.88 and the lightness value of d00fed is 0.49.

The process color (four color CMYK) of #d00fed color hex is 0.12, 0.94, 0.00, 0.07. Web safe color of #d00fed is #cc00ff. Color #d00fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001111 11101101
Octal 320 17 355
Decimal 208 15 237
Hex D0 F ED

RGB Percentages of Color #d00fed

%45.22
%3.26
%51.52

CMYK Percentages of Color #d00fed

%12
%94
%0
%7

Triadic Colors of #d00fed

#d00fed #edd00f #0fedd0

Analogous Colors of #d00fed

#d00fed #ed0f9b #610fed

Monochromatic Colors of #d00fed

#d00fed

Complementary Color

#d00fed #2ced0f

#d00fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00fed Color CSS Codes

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

#d00fed Text Font Color

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

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


#d00fed Background Color

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

This div background color is #d00fed


#d00fed Border Color

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

This div border color is #d00fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,15,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d00fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d00fed;
  -webkit-box-shadow: 1px 1px 3px 2px #d00fed;
  box-shadow:         1px 1px 3px 2px #d00fed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,15,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00fed


Comments

No comments written yet.

Please login to write comment.