Color Hex Logo

#d05bad Color Hex

#D05BAD
(208,91,173)
0 Favorites   0 Comments

Color spaces of #d05bad

RGB 20891173
HSL0.880.550.59
HSV318°56°82°
CMYK 0.000.560.17   0.18
XYZ37.296323.909242.1844
Yxy23.90920.36070.2313
Hunter Lab48.897050.5814-16.9227
CIE-Lab55.996855.7236-21.6687

#d05bad color RGB value is (208,91,173).

#d05bad hex color red value is 208, green value is 91 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d05bad hue: 0.88 , saturation: 0.55 and the lightness value of d05bad is 0.59.

The process color (four color CMYK) of #d05bad color hex is 0.00, 0.56, 0.17, 0.18. Web safe color of #d05bad is #cc6699. Color #d05bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011011 10101101
Octal 320 133 255
Decimal 208 91 173
Hex D0 5B AD

RGB Percentages of Color #d05bad

%44.07
%19.28
%36.65

CMYK Percentages of Color #d05bad

%0
%56
%17
%18

Triadic Colors of #d05bad

#d05bad #add05b #5badd0

Analogous Colors of #d05bad

#d05bad #d05b73 #b95bd0

Monochromatic Colors of #d05bad

#d05bad

Complementary Color

#d05bad #5bd07e

#d05bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05bad Color CSS Codes

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

#d05bad Text Font Color

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

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


#d05bad Background Color

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

This div background color is #d05bad


#d05bad Border Color

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

This div border color is #d05bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05bad


Comments

No comments written yet.

Please login to write comment.