Color Hex Logo

#cba6db Color Hex

#CBA6DB
(203,166,219)
0 Favorites   0 Comments

Color spaces of #cba6db

RGB 203166219
HSL0.780.420.75
HSV282°24°86°
CMYK 0.070.240.00   0.14
XYZ51.051045.083473.0291
Yxy45.08340.30180.2665
Hunter Lab67.144218.2147-17.4856
CIE-Lab72.946823.0445-21.7122

#cba6db color RGB value is (203,166,219).

#cba6db hex color red value is 203, green value is 166 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cba6db hue: 0.78 , saturation: 0.42 and the lightness value of cba6db is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 11011011
Octal 313 246 333
Decimal 203 166 219
Hex CB A6 DB

RGB Percentages of Color #cba6db

%34.52
%28.23
%37.24

CMYK Percentages of Color #cba6db

%7
%24
%0
%14

Triadic Colors of #cba6db

#cba6db #dbcba6 #a6dbcb

Analogous Colors of #cba6db

#cba6db #dba6d1 #b1a6db

Monochromatic Colors of #cba6db

#cba6db

Complementary Color

#cba6db #b6dba6

#cba6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba6db Color CSS Codes

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

#cba6db Text Font Color

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

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


#cba6db Background Color

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

This div background color is #cba6db


#cba6db Border Color

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

This div border color is #cba6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba6db


Comments

No comments written yet.

Please login to write comment.