Color Hex Logo

#cb76ce Color Hex

#CB76CE
(203,118,206)
0 Favorites   0 Comments

Color spaces of #cb76ce

RGB 203118206
HSL0.830.470.64
HSV298°43°81°
CMYK 0.010.430.00   0.19
XYZ42.247630.109661.9776
Yxy30.10960.31450.2241
Hunter Lab54.872241.4056-28.5569
CIE-Lab61.748746.4613-31.7011

#cb76ce color RGB value is (203,118,206).

#cb76ce hex color red value is 203, green value is 118 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cb76ce hue: 0.83 , saturation: 0.47 and the lightness value of cb76ce is 0.64.

The process color (four color CMYK) of #cb76ce color hex is 0.01, 0.43, 0.00, 0.19. Web safe color of #cb76ce is #cc66cc. Color #cb76ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 11001110
Octal 313 166 316
Decimal 203 118 206
Hex CB 76 CE

RGB Percentages of Color #cb76ce

%38.52
%22.39
%39.09

CMYK Percentages of Color #cb76ce

%1
%43
%0
%19

Triadic Colors of #cb76ce

#cb76ce #cecb76 #76cecb

Analogous Colors of #cb76ce

#cb76ce #ce76a5 #9f76ce

Monochromatic Colors of #cb76ce

#cb76ce

Complementary Color

#cb76ce #79ce76

#cb76ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb76ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb76ce Color CSS Codes

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

#cb76ce Text Font Color

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

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


#cb76ce Background Color

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

This div background color is #cb76ce


#cb76ce Border Color

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

This div border color is #cb76ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb76ce


Comments

No comments written yet.

Please login to write comment.