Color Hex Logo

#d05bcc Color Hex

#D05BCC
(208,91,204)
0 Favorites   0 Comments

Color spaces of #d05bcc

RGB 20891204
HSL0.840.550.59
HSV302°56°82°
CMYK 0.000.560.02   0.18
XYZ40.652625.251759.8582
Yxy25.25170.32320.2008
Hunter Lab50.251156.4653-35.4495
CIE-Lab57.319860.6873-37.4257

#d05bcc color RGB value is (208,91,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011011 11001100
Octal 320 133 314
Decimal 208 91 204
Hex D0 5B CC

RGB Percentages of Color #d05bcc

%41.35
%18.09
%40.56

CMYK Percentages of Color #d05bcc

%0
%56
%2
%18

Triadic Colors of #d05bcc

#d05bcc #ccd05b #5bccd0

Analogous Colors of #d05bcc

#d05bcc #d05b92 #9a5bd0

Monochromatic Colors of #d05bcc

#d05bcc

Complementary Color

#d05bcc #5bd05f

#d05bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05bcc Color CSS Codes

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

#d05bcc Text Font Color

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

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


#d05bcc Background Color

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

This div background color is #d05bcc


#d05bcc Border Color

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

This div border color is #d05bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05bcc


Comments

No comments written yet.

Please login to write comment.