Color Hex Logo

#cba7db Color Hex

#CBA7DB
(203,167,219)
0 Favorites   0 Comments

Color spaces of #cba7db

RGB 203167219
HSL0.780.420.76
HSV282°24°86°
CMYK 0.070.240.00   0.14
XYZ51.233545.448473.0900
Yxy45.44840.30180.2677
Hunter Lab67.415417.6771-17.0898
CIE-Lab73.186222.4964-21.3481

#cba7db color RGB value is (203,167,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100111 11011011
Octal 313 247 333
Decimal 203 167 219
Hex CB A7 DB

RGB Percentages of Color #cba7db

%34.47
%28.35
%37.18

CMYK Percentages of Color #cba7db

%7
%24
%0
%14

Triadic Colors of #cba7db

#cba7db #dbcba7 #a7dbcb

Analogous Colors of #cba7db

#cba7db #dba7d1 #b1a7db

Monochromatic Colors of #cba7db

#cba7db

Complementary Color

#cba7db #b7dba7

#cba7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba7db Color CSS Codes

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

#cba7db Text Font Color

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

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


#cba7db Background Color

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

This div background color is #cba7db


#cba7db Border Color

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

This div border color is #cba7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba7db


Comments

No comments written yet.

Please login to write comment.