Color Hex Logo

#d05cbe Color Hex

#D05CBE
(208,92,190)
0 Favorites   0 Comments

Color spaces of #d05cbe

RGB 20892190
HSL0.860.550.59
HSV309°56°82°
CMYK 0.000.560.09   0.18
XYZ39.133824.781951.4360
Yxy24.78190.33930.2148
Hunter Lab49.781453.2036-26.4136
CIE-Lab56.862357.9083-30.1389

#d05cbe color RGB value is (208,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011100 10111110
Octal 320 134 276
Decimal 208 92 190
Hex D0 5C BE

RGB Percentages of Color #d05cbe

%42.45
%18.78
%38.78

CMYK Percentages of Color #d05cbe

%0
%56
%9
%18

Triadic Colors of #d05cbe

#d05cbe #bed05c #5cbed0

Analogous Colors of #d05cbe

#d05cbe #d05c84 #a85cd0

Monochromatic Colors of #d05cbe

#d05cbe

Complementary Color

#d05cbe #5cd06e

#d05cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05cbe Color CSS Codes

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

#d05cbe Text Font Color

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

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


#d05cbe Background Color

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

This div background color is #d05cbe


#d05cbe Border Color

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

This div border color is #d05cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05cbe


Comments

No comments written yet.

Please login to write comment.