Color Hex Logo

#ca9ccf Color Hex

#CA9CCF
(202,156,207)
0 Favorites   0 Comments

Color spaces of #ca9ccf

RGB 202156207
HSL0.820.350.71
HSV294°25°81°
CMYK 0.020.250.00   0.19
XYZ47.508140.838564.4102
Yxy40.83850.31100.2673
Hunter Lab63.905020.8663-15.0252
CIE-Lab70.062625.8478-19.5075

#ca9ccf color RGB value is (202,156,207).

#ca9ccf hex color red value is 202, green value is 156 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ca9ccf hue: 0.82 , saturation: 0.35 and the lightness value of ca9ccf is 0.71.

The process color (four color CMYK) of #ca9ccf color hex is 0.02, 0.25, 0.00, 0.19. Web safe color of #ca9ccf is #cc99cc. Color #ca9ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011100 11001111
Octal 312 234 317
Decimal 202 156 207
Hex CA 9C CF

RGB Percentages of Color #ca9ccf

%35.75
%27.61
%36.64

CMYK Percentages of Color #ca9ccf

%2
%25
%0
%19

Triadic Colors of #ca9ccf

#ca9ccf #cfca9c #9ccfca

Analogous Colors of #ca9ccf

#ca9ccf #cf9cbb #b19ccf

Monochromatic Colors of #ca9ccf

#ca9ccf

Complementary Color

#ca9ccf #a1cf9c

#ca9ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9ccf Color CSS Codes

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

#ca9ccf Text Font Color

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

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


#ca9ccf Background Color

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

This div background color is #ca9ccf


#ca9ccf Border Color

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

This div border color is #ca9ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9ccf


Comments

No comments written yet.

Please login to write comment.