Color Hex Logo

#ca97cb Color Hex

#CA97CB
(202,151,203)
0 Favorites   0 Comments

Color spaces of #ca97cb

RGB 202151203
HSL0.830.330.69
HSV299°26°80°
CMYK 0.000.260.00   0.20
XYZ46.203239.001661.5928
Yxy39.00160.31470.2657
Hunter Lab62.451322.7696-14.7591
CIE-Lab68.752427.8284-19.2819

#ca97cb color RGB value is (202,151,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010111 11001011
Octal 312 227 313
Decimal 202 151 203
Hex CA 97 CB

RGB Percentages of Color #ca97cb

%36.33
%27.16
%36.51

CMYK Percentages of Color #ca97cb

%0
%26
%0
%20

Triadic Colors of #ca97cb

#ca97cb #cbca97 #97cbca

Analogous Colors of #ca97cb

#ca97cb #cb97b2 #b097cb

Monochromatic Colors of #ca97cb

#ca97cb

Complementary Color

#ca97cb #98cb97

#ca97cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca97cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca97cb Color CSS Codes

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

#ca97cb Text Font Color

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

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


#ca97cb Background Color

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

This div background color is #ca97cb


#ca97cb Border Color

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

This div border color is #ca97cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca97cb


Comments

No comments written yet.

Please login to write comment.