Color Hex Logo

#cb82db Color Hex

#CB82DB
(203,130,219)
0 Favorites   0 Comments

Color spaces of #cb82db

RGB 203130219
HSL0.800.550.68
HSV289°41°86°
CMYK 0.070.410.00   0.14
XYZ45.397433.776271.1446
Yxy33.77620.30200.2247
Hunter Lab58.117337.7272-31.8981
CIE-Lab64.784542.6324-34.2660

#cb82db color RGB value is (203,130,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000010 11011011
Octal 313 202 333
Decimal 203 130 219
Hex CB 82 DB

RGB Percentages of Color #cb82db

%36.78
%23.55
%39.67

CMYK Percentages of Color #cb82db

%7
%41
%0
%14

Triadic Colors of #cb82db

#cb82db #dbcb82 #82dbcb

Analogous Colors of #cb82db

#cb82db #db82bf #9f82db

Monochromatic Colors of #cb82db

#cb82db

Complementary Color

#cb82db #92db82

#cb82db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb82db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb82db Color CSS Codes

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

#cb82db Text Font Color

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

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


#cb82db Background Color

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

This div background color is #cb82db


#cb82db Border Color

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

This div border color is #cb82db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,130,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 #cb82db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb82db


Comments

No comments written yet.

Please login to write comment.