Color Hex Logo

#cb96ce Color Hex

#CB96CE
(203,150,206)
0 Favorites   0 Comments

Color spaces of #cb96ce

RGB 203150206
HSL0.820.360.70
HSV297°27°81°
CMYK 0.010.270.00   0.19
XYZ46.675538.965463.4535
Yxy38.96540.31310.2613
Hunter Lab62.422324.2322-16.5739
CIE-Lab68.726229.2765-20.9763

#cb96ce color RGB value is (203,150,206).

#cb96ce hex color red value is 203, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cb96ce hue: 0.82 , saturation: 0.36 and the lightness value of cb96ce is 0.70.

The process color (four color CMYK) of #cb96ce color hex is 0.01, 0.27, 0.00, 0.19. Web safe color of #cb96ce is #cc99cc. Color #cb96ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 11001110
Octal 313 226 316
Decimal 203 150 206
Hex CB 96 CE

RGB Percentages of Color #cb96ce

%36.31
%26.83
%36.85

CMYK Percentages of Color #cb96ce

%1
%27
%0
%19

Triadic Colors of #cb96ce

#cb96ce #cecb96 #96cecb

Analogous Colors of #cb96ce

#cb96ce #ce96b5 #af96ce

Monochromatic Colors of #cb96ce

#cb96ce

Complementary Color

#cb96ce #99ce96

#cb96ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb96ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb96ce Color CSS Codes

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

#cb96ce Text Font Color

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

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


#cb96ce Background Color

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

This div background color is #cb96ce


#cb96ce Border Color

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

This div border color is #cb96ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb96ce


Comments

No comments written yet.

Please login to write comment.