Color Hex Logo

#d00fdd Color Hex

#D00FDD
(208,15,221)
0 Favorites   0 Comments

Color spaces of #d00fdd

RGB 20815221
HSL0.820.870.46
HSV296°93°87°
CMYK 0.060.930.00   0.13
XYZ39.234418.972070.0007
Yxy18.97200.30600.1480
Hunter Lab43.556984.5617-64.7958
CIE-Lab50.654484.9848-57.6931

#d00fdd color RGB value is (208,15,221).

#d00fdd hex color red value is 208, green value is 15 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d00fdd hue: 0.82 , saturation: 0.87 and the lightness value of d00fdd is 0.46.

The process color (four color CMYK) of #d00fdd color hex is 0.06, 0.93, 0.00, 0.13. Web safe color of #d00fdd is #cc00cc. Color #d00fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001111 11011101
Octal 320 17 335
Decimal 208 15 221
Hex D0 F DD

RGB Percentages of Color #d00fdd

%46.85
%3.38
%49.77

CMYK Percentages of Color #d00fdd

%6
%93
%0
%13

Triadic Colors of #d00fdd

#d00fdd #ddd00f #0fddd0

Analogous Colors of #d00fdd

#d00fdd #dd0f83 #690fdd

Monochromatic Colors of #d00fdd

#d00fdd

Complementary Color

#d00fdd #1cdd0f

#d00fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00fdd Color CSS Codes

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

#d00fdd Text Font Color

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

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


#d00fdd Background Color

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

This div background color is #d00fdd


#d00fdd Border Color

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

This div border color is #d00fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00fdd


Comments

No comments written yet.

Please login to write comment.