Color Hex Logo

#cb96ee Color Hex

#CB96EE
(203,150,238)
0 Favorites   0 Comments

Color spaces of #cb96ee

RGB 203150238
HSL0.770.720.76
HSV276°37°93°
CMYK 0.150.370.00   0.07
XYZ50.967640.682286.0551
Yxy40.68220.28680.2289
Hunter Lab63.782631.0168-35.3459
CIE-Lab69.952735.7286-36.7193

#cb96ee color RGB value is (203,150,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 11101110
Octal 313 226 356
Decimal 203 150 238
Hex CB 96 EE

RGB Percentages of Color #cb96ee

%34.35
%25.38
%40.27

CMYK Percentages of Color #cb96ee

%15
%37
%0
%7

Triadic Colors of #cb96ee

#cb96ee #eecb96 #96eecb

Analogous Colors of #cb96ee

#cb96ee #ee96e5 #9f96ee

Monochromatic Colors of #cb96ee

#cb96ee

Complementary Color

#cb96ee #b9ee96

#cb96ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb96ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb96ee Color CSS Codes

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

#cb96ee Text Font Color

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

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


#cb96ee Background Color

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

This div background color is #cb96ee


#cb96ee Border Color

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

This div border color is #cb96ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb96ee


Comments

No comments written yet.

Please login to write comment.