Color Hex Logo

#cb80bc Color Hex

#CB80BC
(203,128,188)
0 Favorites   0 Comments

Color spaces of #cb80bc

RGB 203128188
HSL0.870.420.65
HSV312°37°80°
CMYK 0.000.370.07   0.20
XYZ41.424931.765751.5250
Yxy31.76570.33220.2547
Hunter Lab56.361132.5641-14.7499
CIE-Lab63.148837.9333-19.3899

#cb80bc color RGB value is (203,128,188).

#cb80bc hex color red value is 203, green value is 128 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cb80bc hue: 0.87 , saturation: 0.42 and the lightness value of cb80bc is 0.65.

The process color (four color CMYK) of #cb80bc color hex is 0.00, 0.37, 0.07, 0.20. Web safe color of #cb80bc is #cc99cc. Color #cb80bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000000 10111100
Octal 313 200 274
Decimal 203 128 188
Hex CB 80 BC

RGB Percentages of Color #cb80bc

%39.11
%24.66
%36.22

CMYK Percentages of Color #cb80bc

%0
%37
%7
%20

Triadic Colors of #cb80bc

#cb80bc #bccb80 #80bccb

Analogous Colors of #cb80bc

#cb80bc #cb8097 #b580cb

Monochromatic Colors of #cb80bc

#cb80bc

Complementary Color

#cb80bc #80cb8f

#cb80bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb80bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb80bc Color CSS Codes

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

#cb80bc Text Font Color

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

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


#cb80bc Background Color

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

This div background color is #cb80bc


#cb80bc Border Color

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

This div border color is #cb80bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb80bc


Comments

No comments written yet.

Please login to write comment.