Color Hex Logo

#cb76dc Color Hex

#CB76DC
(203,118,220)
0 Favorites   0 Comments

Color spaces of #cb76dc

RGB 203118220
HSL0.810.590.66
HSV290°46°86°
CMYK 0.080.460.00   0.14
XYZ44.025330.820771.3387
Yxy30.82070.30120.2108
Hunter Lab55.516444.3994-37.3263
CIE-Lab62.356049.1224-38.6109

#cb76dc color RGB value is (203,118,220).

#cb76dc hex color red value is 203, green value is 118 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cb76dc hue: 0.81 , saturation: 0.59 and the lightness value of cb76dc is 0.66.

The process color (four color CMYK) of #cb76dc color hex is 0.08, 0.46, 0.00, 0.14. Web safe color of #cb76dc is #cc66cc. Color #cb76dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 11011100
Octal 313 166 334
Decimal 203 118 220
Hex CB 76 DC

RGB Percentages of Color #cb76dc

%37.52
%21.81
%40.67

CMYK Percentages of Color #cb76dc

%8
%46
%0
%14

Triadic Colors of #cb76dc

#cb76dc #dccb76 #76dccb

Analogous Colors of #cb76dc

#cb76dc #dc76ba #9876dc

Monochromatic Colors of #cb76dc

#cb76dc

Complementary Color

#cb76dc #87dc76

#cb76dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb76dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb76dc Color CSS Codes

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

#cb76dc Text Font Color

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

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


#cb76dc Background Color

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

This div background color is #cb76dc


#cb76dc Border Color

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

This div border color is #cb76dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,118,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb76dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb76dc;
  -webkit-box-shadow: 1px 1px 3px 2px #cb76dc;
  box-shadow:         1px 1px 3px 2px #cb76dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,118,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb76dc


Comments

No comments written yet.

Please login to write comment.