Color Hex Logo

#cb9cee Color Hex

#CB9CEE
(203,156,238)
0 Favorites   0 Comments

Color spaces of #cb9cee

RGB 203156238
HSL0.760.710.77
HSV274°34°93°
CMYK 0.150.340.00   0.07
XYZ51.949742.646586.3825
Yxy42.64650.28700.2356
Hunter Lab65.304327.7146-32.7140
CIE-Lab71.314432.4518-34.6058

#cb9cee color RGB value is (203,156,238).

#cb9cee hex color red value is 203, green value is 156 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cb9cee hue: 0.76 , saturation: 0.71 and the lightness value of cb9cee is 0.77.

The process color (four color CMYK) of #cb9cee color hex is 0.15, 0.34, 0.00, 0.07. Web safe color of #cb9cee is #cc99ff. Color #cb9cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011100 11101110
Octal 313 234 356
Decimal 203 156 238
Hex CB 9C EE

RGB Percentages of Color #cb9cee

%34.00
%26.13
%39.87

CMYK Percentages of Color #cb9cee

%15
%34
%0
%7

Triadic Colors of #cb9cee

#cb9cee #eecb9c #9ceecb

Analogous Colors of #cb9cee

#cb9cee #ee9ce8 #a29cee

Monochromatic Colors of #cb9cee

#cb9cee

Complementary Color

#cb9cee #bfee9c

#cb9cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9cee Color CSS Codes

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

#cb9cee Text Font Color

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

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


#cb9cee Background Color

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

This div background color is #cb9cee


#cb9cee Border Color

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

This div border color is #cb9cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9cee


Comments

No comments written yet.

Please login to write comment.