Color Hex Logo

#cbb1ea Color Hex

#CBB1EA
(203,177,234)
0 Favorites   0 Comments

Color spaces of #cbb1ea

RGB 203177234
HSL0.740.580.81
HSV267°24°92°
CMYK 0.130.240.00   0.08
XYZ55.202050.081384.5991
Yxy50.08130.29070.2637
Hunter Lab70.768115.3929-21.3400
CIE-Lab76.119120.1007-25.0387

#cbb1ea color RGB value is (203,177,234).

#cbb1ea hex color red value is 203, green value is 177 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cbb1ea hue: 0.74 , saturation: 0.58 and the lightness value of cbb1ea is 0.81.

The process color (four color CMYK) of #cbb1ea color hex is 0.13, 0.24, 0.00, 0.08. Web safe color of #cbb1ea is #cc99ff. Color #cbb1ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 11101010
Octal 313 261 352
Decimal 203 177 234
Hex CB B1 EA

RGB Percentages of Color #cbb1ea

%33.06
%28.83
%38.11

CMYK Percentages of Color #cbb1ea

%13
%24
%0
%8

Triadic Colors of #cbb1ea

#cbb1ea #eacbb1 #b1eacb

Analogous Colors of #cbb1ea

#cbb1ea #e8b1ea #b1b4ea

Monochromatic Colors of #cbb1ea

#cbb1ea

Complementary Color

#cbb1ea #d0eab1

#cbb1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb1ea Color CSS Codes

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

#cbb1ea Text Font Color

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

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


#cbb1ea Background Color

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

This div background color is #cbb1ea


#cbb1ea Border Color

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

This div border color is #cbb1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb1ea


Comments

No comments written yet.

Please login to write comment.