Color Hex Logo

#d00abd Color Hex

#D00ABD
(208,10,189)
0 Favorites   0 Comments

Color spaces of #d00abd

RGB 20810189
HSL0.850.910.43
HSV306°95°82°
CMYK 0.000.950.09   0.18
XYZ35.306317.301149.6227
Yxy17.30110.34540.1692
Hunter Lab41.594678.7237-41.6173
CIE-Lab48.637280.8161-42.4677

#d00abd color RGB value is (208,10,189).

#d00abd hex color red value is 208, green value is 10 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d00abd hue: 0.85 , saturation: 0.91 and the lightness value of d00abd is 0.43.

The process color (four color CMYK) of #d00abd color hex is 0.00, 0.95, 0.09, 0.18. Web safe color of #d00abd is #cc00cc. Color #d00abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001010 10111101
Octal 320 12 275
Decimal 208 10 189
Hex D0 A BD

RGB Percentages of Color #d00abd

%51.11
%2.46
%46.44

CMYK Percentages of Color #d00abd

%0
%95
%9
%18

Triadic Colors of #d00abd

#d00abd #bdd00a #0abdd0

Analogous Colors of #d00abd

#d00abd #d00a5a #800ad0

Monochromatic Colors of #d00abd

#d00abd

Complementary Color

#d00abd #0ad01d

#d00abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00abd Color CSS Codes

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

#d00abd Text Font Color

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

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


#d00abd Background Color

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

This div background color is #d00abd


#d00abd Border Color

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

This div border color is #d00abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00abd


Comments

No comments written yet.

Please login to write comment.