Color Hex Logo

#cb80db Color Hex

#CB80DB
(203,128,219)
0 Favorites   0 Comments

Color spaces of #cb80db

RGB 203128219
HSL0.800.560.68
HSV289°42°86°
CMYK 0.070.420.00   0.14
XYZ45.134033.249371.0568
Yxy33.24930.30200.2225
Hunter Lab57.662238.8086-32.6992
CIE-Lab64.362343.6952-34.9227

#cb80db color RGB value is (203,128,219).

#cb80db hex color red value is 203, green value is 128 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cb80db hue: 0.80 , saturation: 0.56 and the lightness value of cb80db is 0.68.

The process color (four color CMYK) of #cb80db color hex is 0.07, 0.42, 0.00, 0.14. Web safe color of #cb80db is #cc99cc. Color #cb80db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000000 11011011
Octal 313 200 333
Decimal 203 128 219
Hex CB 80 DB

RGB Percentages of Color #cb80db

%36.91
%23.27
%39.82

CMYK Percentages of Color #cb80db

%7
%42
%0
%14

Triadic Colors of #cb80db

#cb80db #dbcb80 #80dbcb

Analogous Colors of #cb80db

#cb80db #db80be #9e80db

Monochromatic Colors of #cb80db

#cb80db

Complementary Color

#cb80db #90db80

#cb80db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb80db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb80db Color CSS Codes

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

#cb80db Text Font Color

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

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


#cb80db Background Color

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

This div background color is #cb80db


#cb80db Border Color

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

This div border color is #cb80db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb80db


Comments

No comments written yet.

Please login to write comment.