Color Hex Logo

#cb76ba Color Hex

#CB76BA
(203,118,186)
0 Favorites   0 Comments

Color spaces of #cb76ba

RGB 203118186
HSL0.870.450.63
HSV312°42°80°
CMYK 0.000.420.08   0.20
XYZ39.970029.198549.9836
Yxy29.19850.33550.2451
Hunter Lab54.035637.4736-17.0190
CIE-Lab60.956442.8920-21.5999

#cb76ba color RGB value is (203,118,186).

#cb76ba hex color red value is 203, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cb76ba hue: 0.87 , saturation: 0.45 and the lightness value of cb76ba is 0.63.

The process color (four color CMYK) of #cb76ba color hex is 0.00, 0.42, 0.08, 0.20. Web safe color of #cb76ba is #cc66cc. Color #cb76ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 10111010
Octal 313 166 272
Decimal 203 118 186
Hex CB 76 BA

RGB Percentages of Color #cb76ba

%40.04
%23.27
%36.69

CMYK Percentages of Color #cb76ba

%0
%42
%8
%20

Triadic Colors of #cb76ba

#cb76ba #bacb76 #76bacb

Analogous Colors of #cb76ba

#cb76ba #cb7690 #b276cb

Monochromatic Colors of #cb76ba

#cb76ba

Complementary Color

#cb76ba #76cb87

#cb76ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb76ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb76ba Color CSS Codes

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

#cb76ba Text Font Color

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

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


#cb76ba Background Color

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

This div background color is #cb76ba


#cb76ba Border Color

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

This div border color is #cb76ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb76ba


Comments

No comments written yet.

Please login to write comment.