Color Hex Logo

#cbb9ef Color Hex

#CBB9EF
(203,185,239)
0 Favorites   0 Comments

Color spaces of #cbb9ef

RGB 203185239
HSL0.720.630.83
HSV260°23°94°
CMYK 0.150.230.00   0.06
XYZ57.557653.626488.9787
Yxy53.62640.28760.2679
Hunter Lab73.230012.1454-20.7797
CIE-Lab78.243416.7958-24.4958

#cbb9ef color RGB value is (203,185,239).

#cbb9ef hex color red value is 203, green value is 185 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cbb9ef hue: 0.72 , saturation: 0.63 and the lightness value of cbb9ef is 0.83.

The process color (four color CMYK) of #cbb9ef color hex is 0.15, 0.23, 0.00, 0.06. Web safe color of #cbb9ef is #ccccff. Color #cbb9ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 11101111
Octal 313 271 357
Decimal 203 185 239
Hex CB B9 EF

RGB Percentages of Color #cbb9ef

%32.38
%29.51
%38.12

CMYK Percentages of Color #cbb9ef

%15
%23
%0
%6

Triadic Colors of #cbb9ef

#cbb9ef #efcbb9 #b9efcb

Analogous Colors of #cbb9ef

#cbb9ef #e6b9ef #b9c2ef

Monochromatic Colors of #cbb9ef

#cbb9ef

Complementary Color

#cbb9ef #ddefb9

#cbb9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb9ef Color CSS Codes

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

#cbb9ef Text Font Color

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

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


#cbb9ef Background Color

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

This div background color is #cbb9ef


#cbb9ef Border Color

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

This div border color is #cbb9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb9ef


Comments

No comments written yet.

Please login to write comment.