Color Hex Logo

#ca95cf Color Hex

#CA95CF
(202,149,207)
0 Favorites   0 Comments

Color spaces of #ca95cf

RGB 202149207
HSL0.820.380.70
HSV295°28°81°
CMYK 0.020.280.00   0.19
XYZ46.367138.556464.0298
Yxy38.55640.31130.2588
Hunter Lab62.093824.6266-17.6729
CIE-Lab68.428729.6881-21.9934

#ca95cf color RGB value is (202,149,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010101 11001111
Octal 312 225 317
Decimal 202 149 207
Hex CA 95 CF

RGB Percentages of Color #ca95cf

%36.20
%26.70
%37.10

CMYK Percentages of Color #ca95cf

%2
%28
%0
%19

Triadic Colors of #ca95cf

#ca95cf #cfca95 #95cfca

Analogous Colors of #ca95cf

#ca95cf #cf95b7 #ad95cf

Monochromatic Colors of #ca95cf

#ca95cf

Complementary Color

#ca95cf #9acf95

#ca95cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca95cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca95cf Color CSS Codes

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

#ca95cf Text Font Color

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

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


#ca95cf Background Color

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

This div background color is #ca95cf


#ca95cf Border Color

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

This div border color is #ca95cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca95cf


Comments

No comments written yet.

Please login to write comment.