Color Hex Logo

#cb9eef Color Hex

#CB9EEF
(203,158,239)
0 Favorites   0 Comments

Color spaces of #cb9eef

RGB 203158239
HSL0.760.720.78
HSV273°34°94°
CMYK 0.150.340.00   0.06
XYZ52.435443.382287.2713
Yxy43.38220.28640.2369
Hunter Lab65.865226.8402-32.4536
CIE-Lab71.813631.5700-34.3779

#cb9eef color RGB value is (203,158,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011110 11101111
Octal 313 236 357
Decimal 203 158 239
Hex CB 9E EF

RGB Percentages of Color #cb9eef

%33.83
%26.33
%39.83

CMYK Percentages of Color #cb9eef

%15
%34
%0
%6

Triadic Colors of #cb9eef

#cb9eef #efcb9e #9eefcb

Analogous Colors of #cb9eef

#cb9eef #ef9eeb #a39eef

Monochromatic Colors of #cb9eef

#cb9eef

Complementary Color

#cb9eef #c2ef9e

#cb9eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9eef Color CSS Codes

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

#cb9eef Text Font Color

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

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


#cb9eef Background Color

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

This div background color is #cb9eef


#cb9eef Border Color

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

This div border color is #cb9eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9eef


Comments

No comments written yet.

Please login to write comment.