Color Hex Logo

#d05cbd Color Hex

#D05CBD
(208,92,189)
0 Favorites   0 Comments

Color spaces of #d05cbd

RGB 20892189
HSL0.860.550.59
HSV310°56°82°
CMYK 0.000.560.09   0.18
XYZ39.024924.738350.8622
Yxy24.73830.34050.2158
Hunter Lab49.737653.0130-25.8142
CIE-Lab56.819557.7473-29.6312

#d05cbd color RGB value is (208,92,189).

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

The process color (four color CMYK) of #d05cbd color hex is 0.00, 0.56, 0.09, 0.18. Web safe color of #d05cbd is #cc66cc. Color #d05cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011100 10111101
Octal 320 134 275
Decimal 208 92 189
Hex D0 5C BD

RGB Percentages of Color #d05cbd

%42.54
%18.81
%38.65

CMYK Percentages of Color #d05cbd

%0
%56
%9
%18

Triadic Colors of #d05cbd

#d05cbd #bdd05c #5cbdd0

Analogous Colors of #d05cbd

#d05cbd #d05c83 #a95cd0

Monochromatic Colors of #d05cbd

#d05cbd

Complementary Color

#d05cbd #5cd06f

#d05cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05cbd Color CSS Codes

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

#d05cbd Text Font Color

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

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


#d05cbd Background Color

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

This div background color is #d05cbd


#d05cbd Border Color

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

This div border color is #d05cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05cbd


Comments

No comments written yet.

Please login to write comment.