Color Hex Logo

#cbc4db Color Hex

#CBC4DB
(203,196,219)
0 Favorites   0 Comments

Color spaces of #cbc4db

RGB 203196219
HSL0.720.240.81
HSV258°11°86°
CMYK 0.070.110.00   0.14
XYZ57.154757.290875.0637
Yxy57.29080.30160.3023
Hunter Lab75.69072.3282-5.8154
CIE-Lab80.34296.7569-10.5713

#cbc4db color RGB value is (203,196,219).

#cbc4db hex color red value is 203, green value is 196 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbc4db hue: 0.72 , saturation: 0.24 and the lightness value of cbc4db is 0.81.

The process color (four color CMYK) of #cbc4db color hex is 0.07, 0.11, 0.00, 0.14. Web safe color of #cbc4db is #cccccc. Color #cbc4db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000100 11011011
Octal 313 304 333
Decimal 203 196 219
Hex CB C4 DB

RGB Percentages of Color #cbc4db

%32.85
%31.72
%35.44

CMYK Percentages of Color #cbc4db

%7
%11
%0
%14

Triadic Colors of #cbc4db

#cbc4db #dbcbc4 #c4dbcb

Analogous Colors of #cbc4db

#cbc4db #d7c4db #c4c9db

Monochromatic Colors of #cbc4db

#cbc4db

Complementary Color

#cbc4db #d4dbc4

#cbc4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc4db Color CSS Codes

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

#cbc4db Text Font Color

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

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


#cbc4db Background Color

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

This div background color is #cbc4db


#cbc4db Border Color

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

This div border color is #cbc4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc4db


Comments

No comments written yet.

Please login to write comment.