Color Hex Logo

#cbb4ec Color Hex

#CBB4EC
(203,180,236)
0 Favorites   0 Comments

Color spaces of #cbb4ec

RGB 203180236
HSL0.740.600.82
HSV265°24°93°
CMYK 0.140.240.00   0.07
XYZ56.090251.395286.3209
Yxy51.39520.28940.2652
Hunter Lab71.690414.1991-21.2065
CIE-Lab76.917818.8837-24.9007

#cbb4ec color RGB value is (203,180,236).

#cbb4ec hex color red value is 203, green value is 180 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cbb4ec hue: 0.74 , saturation: 0.60 and the lightness value of cbb4ec is 0.82.

The process color (four color CMYK) of #cbb4ec color hex is 0.14, 0.24, 0.00, 0.07. Web safe color of #cbb4ec is #ccccff. Color #cbb4ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 11101100
Octal 313 264 354
Decimal 203 180 236
Hex CB B4 EC

RGB Percentages of Color #cbb4ec

%32.79
%29.08
%38.13

CMYK Percentages of Color #cbb4ec

%14
%24
%0
%7

Triadic Colors of #cbb4ec

#cbb4ec #eccbb4 #b4eccb

Analogous Colors of #cbb4ec

#cbb4ec #e7b4ec #b4b9ec

Monochromatic Colors of #cbb4ec

#cbb4ec

Complementary Color

#cbb4ec #d5ecb4

#cbb4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb4ec Color CSS Codes

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

#cbb4ec Text Font Color

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

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


#cbb4ec Background Color

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

This div background color is #cbb4ec


#cbb4ec Border Color

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

This div border color is #cbb4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb4ec


Comments

No comments written yet.

Please login to write comment.