Color Hex Logo

#d00fad Color Hex

#D00FAD
(208,15,173)
0 Favorites   0 Comments

Color spaces of #d00fad

RGB 20815173
HSL0.860.870.44
HSV311°93°82°
CMYK 0.000.930.17   0.18
XYZ33.726116.768740.9943
Yxy16.76870.36860.1833
Hunter Lab40.949675.3508-30.6900
CIE-Lab47.967378.2594-34.1284

#d00fad color RGB value is (208,15,173).

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

The process color (four color CMYK) of #d00fad color hex is 0.00, 0.93, 0.17, 0.18. Web safe color of #d00fad is #cc0099. Color #d00fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001111 10101101
Octal 320 17 255
Decimal 208 15 173
Hex D0 F AD

RGB Percentages of Color #d00fad

%52.53
%3.79
%43.69

CMYK Percentages of Color #d00fad

%0
%93
%17
%18

Triadic Colors of #d00fad

#d00fad #add00f #0fadd0

Analogous Colors of #d00fad

#d00fad #d00f4c #930fd0

Monochromatic Colors of #d00fad

#d00fad

Complementary Color

#d00fad #0fd032

#d00fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00fad Color CSS Codes

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

#d00fad Text Font Color

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

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


#d00fad Background Color

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

This div background color is #d00fad


#d00fad Border Color

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

This div border color is #d00fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00fad


Comments

No comments written yet.

Please login to write comment.