Color Hex Logo

#d005ba Color Hex

#D005BA
(208,5,186)
0 Favorites   0 Comments

Color spaces of #d005ba

RGB 2085186
HSL0.850.950.42
HSV307°98°82°
CMYK 0.000.980.11   0.18
XYZ34.929617.063647.9070
Yxy17.06360.34960.1708
Hunter Lab41.308178.6481-39.8458
CIE-Lab48.340180.8140-41.1853

#d005ba color RGB value is (208,5,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000101 10111010
Octal 320 5 272
Decimal 208 5 186
Hex D0 5 BA

RGB Percentages of Color #d005ba

%52.13
%1.25
%46.62

CMYK Percentages of Color #d005ba

%0
%98
%11
%18

Triadic Colors of #d005ba

#d005ba #bad005 #05bad0

Analogous Colors of #d005ba

#d005ba #d00555 #8105d0

Monochromatic Colors of #d005ba

#d005ba

Complementary Color

#d005ba #05d01b

#d005ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d005ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d005ba Color CSS Codes

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

#d005ba Text Font Color

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

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


#d005ba Background Color

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

This div background color is #d005ba


#d005ba Border Color

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

This div border color is #d005ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,5,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 #d005ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d005ba


Comments

No comments written yet.

Please login to write comment.