Color Hex Logo

#d008ba Color Hex

#D008BA
(208,8,186)
0 Favorites   0 Comments

Color spaces of #d008ba

RGB 2088186
HSL0.850.930.42
HSV307°96°82°
CMYK 0.000.960.11   0.18
XYZ34.962217.128747.9178
Yxy17.12870.34960.1713
Hunter Lab41.386878.3638-39.6754
CIE-Lab48.421880.5731-41.0559

#d008ba color RGB value is (208,8,186).

#d008ba hex color red value is 208, green value is 8 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d008ba hue: 0.85 , saturation: 0.93 and the lightness value of d008ba is 0.42.

The process color (four color CMYK) of #d008ba color hex is 0.00, 0.96, 0.11, 0.18. Web safe color of #d008ba is #cc00cc. Color #d008ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001000 10111010
Octal 320 10 272
Decimal 208 8 186
Hex D0 8 BA

RGB Percentages of Color #d008ba

%51.74
%1.99
%46.27

CMYK Percentages of Color #d008ba

%0
%96
%11
%18

Triadic Colors of #d008ba

#d008ba #bad008 #08bad0

Analogous Colors of #d008ba

#d008ba #d00856 #8208d0

Monochromatic Colors of #d008ba

#d008ba

Complementary Color

#d008ba #08d01e

#d008ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d008ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d008ba Color CSS Codes

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

#d008ba Text Font Color

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

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


#d008ba Background Color

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

This div background color is #d008ba


#d008ba Border Color

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

This div border color is #d008ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d008ba


Comments

No comments written yet.

Please login to write comment.