Color Hex Logo

#cbc3db Color Hex

#CBC3DB
(203,195,219)
0 Favorites   0 Comments

Color spaces of #cbc3db

RGB 203195219
HSL0.720.250.81
HSV260°11°86°
CMYK 0.070.110.00   0.14
XYZ56.929956.841274.9888
Yxy56.84120.30160.3011
Hunter Lab75.39312.8488-6.1969
CIE-Lab80.09027.2920-10.9482

#cbc3db color RGB value is (203,195,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000011 11011011
Octal 313 303 333
Decimal 203 195 219
Hex CB C3 DB

RGB Percentages of Color #cbc3db

%32.90
%31.60
%35.49

CMYK Percentages of Color #cbc3db

%7
%11
%0
%14

Triadic Colors of #cbc3db

#cbc3db #dbcbc3 #c3dbcb

Analogous Colors of #cbc3db

#cbc3db #d7c3db #c3c7db

Monochromatic Colors of #cbc3db

#cbc3db

Complementary Color

#cbc3db #d3dbc3

#cbc3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc3db Color CSS Codes

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

#cbc3db Text Font Color

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

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


#cbc3db Background Color

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

This div background color is #cbc3db


#cbc3db Border Color

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

This div border color is #cbc3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc3db


Comments

No comments written yet.

Please login to write comment.