Color Hex Logo

#cbc1eb Color Hex

#CBC1EB
(203,193,235)
0 Favorites   0 Comments

Color spaces of #cbc1eb

RGB 203193235
HSL0.710.510.84
HSV254°18°92°
CMYK 0.140.180.00   0.08
XYZ58.694056.834686.4739
Yxy56.83460.29060.2814
Hunter Lab75.38877.0412-15.2359
CIE-Lab80.086511.6173-19.5467

#cbc1eb color RGB value is (203,193,235).

#cbc1eb hex color red value is 203, green value is 193 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbc1eb hue: 0.71 , saturation: 0.51 and the lightness value of cbc1eb is 0.84.

The process color (four color CMYK) of #cbc1eb color hex is 0.14, 0.18, 0.00, 0.08. Web safe color of #cbc1eb is #ccccff. Color #cbc1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000001 11101011
Octal 313 301 353
Decimal 203 193 235
Hex CB C1 EB

RGB Percentages of Color #cbc1eb

%32.17
%30.59
%37.24

CMYK Percentages of Color #cbc1eb

%14
%18
%0
%8

Triadic Colors of #cbc1eb

#cbc1eb #ebcbc1 #c1ebcb

Analogous Colors of #cbc1eb

#cbc1eb #e0c1eb #c1cceb

Monochromatic Colors of #cbc1eb

#cbc1eb

Complementary Color

#cbc1eb #e1ebc1

#cbc1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc1eb Color CSS Codes

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

#cbc1eb Text Font Color

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

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


#cbc1eb Background Color

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

This div background color is #cbc1eb


#cbc1eb Border Color

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

This div border color is #cbc1eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,193,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbc1eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc1eb


Comments

No comments written yet.

Please login to write comment.