Color Hex Logo

#cbb5eb Color Hex

#CBB5EB
(203,181,235)
0 Favorites   0 Comments

Color spaces of #cbb5eb

RGB 203181235
HSL0.730.570.82
HSV264°23°92°
CMYK 0.140.230.00   0.08
XYZ56.147951.742485.6252
Yxy51.74240.29010.2674
Hunter Lab71.932213.4499-20.2239
CIE-Lab77.126518.1276-24.0421

#cbb5eb color RGB value is (203,181,235).

#cbb5eb hex color red value is 203, green value is 181 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbb5eb hue: 0.73 , saturation: 0.57 and the lightness value of cbb5eb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 11101011
Octal 313 265 353
Decimal 203 181 235
Hex CB B5 EB

RGB Percentages of Color #cbb5eb

%32.79
%29.24
%37.96

CMYK Percentages of Color #cbb5eb

%14
%23
%0
%8

Triadic Colors of #cbb5eb

#cbb5eb #ebcbb5 #b5ebcb

Analogous Colors of #cbb5eb

#cbb5eb #e6b5eb #b5baeb

Monochromatic Colors of #cbb5eb

#cbb5eb

Complementary Color

#cbb5eb #d5ebb5

#cbb5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb5eb Color CSS Codes

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

#cbb5eb Text Font Color

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

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


#cbb5eb Background Color

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

This div background color is #cbb5eb


#cbb5eb Border Color

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

This div border color is #cbb5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb5eb


Comments

No comments written yet.

Please login to write comment.