Color Hex Logo

#ca96cc Color Hex

#CA96CC
(202,150,204)
0 Favorites   0 Comments

Color spaces of #ca96cc

RGB 202150204
HSL0.830.350.69
HSV298°26°80°
CMYK 0.010.260.00   0.20
XYZ46.162638.728962.1691
Yxy38.72890.31390.2634
Hunter Lab62.232523.5000-15.6668
CIE-Lab68.554428.5666-20.1375

#ca96cc color RGB value is (202,150,204).

#ca96cc hex color red value is 202, green value is 150 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ca96cc hue: 0.83 , saturation: 0.35 and the lightness value of ca96cc is 0.69.

The process color (four color CMYK) of #ca96cc color hex is 0.01, 0.26, 0.00, 0.20. Web safe color of #ca96cc is #cc99cc. Color #ca96cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010110 11001100
Octal 312 226 314
Decimal 202 150 204
Hex CA 96 CC

RGB Percentages of Color #ca96cc

%36.33
%26.98
%36.69

CMYK Percentages of Color #ca96cc

%1
%26
%0
%20

Triadic Colors of #ca96cc

#ca96cc #ccca96 #96ccca

Analogous Colors of #ca96cc

#ca96cc #cc96b3 #af96cc

Monochromatic Colors of #ca96cc

#ca96cc

Complementary Color

#ca96cc #98cc96

#ca96cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca96cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca96cc Color CSS Codes

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

#ca96cc Text Font Color

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

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


#ca96cc Background Color

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

This div background color is #ca96cc


#ca96cc Border Color

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

This div border color is #ca96cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca96cc


Comments

No comments written yet.

Please login to write comment.