Color Hex Logo

#ca99ce Color Hex

#CA99CE
(202,153,206)
0 Favorites   0 Comments

Color spaces of #ca99ce

RGB 202153206
HSL0.820.350.70
HSV295°26°81°
CMYK 0.020.260.00   0.19
XYZ46.888939.795363.6025
Yxy39.79530.31200.2648
Hunter Lab63.083522.2798-15.6193
CIE-Lab69.323527.3023-20.0771

#ca99ce color RGB value is (202,153,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 11001110
Octal 312 231 316
Decimal 202 153 206
Hex CA 99 CE

RGB Percentages of Color #ca99ce

%36.01
%27.27
%36.72

CMYK Percentages of Color #ca99ce

%2
%26
%0
%19

Triadic Colors of #ca99ce

#ca99ce #ceca99 #99ceca

Analogous Colors of #ca99ce

#ca99ce #ce99b8 #b099ce

Monochromatic Colors of #ca99ce

#ca99ce

Complementary Color

#ca99ce #9dce99

#ca99ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca99ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca99ce Color CSS Codes

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

#ca99ce Text Font Color

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

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


#ca99ce Background Color

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

This div background color is #ca99ce


#ca99ce Border Color

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

This div border color is #ca99ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca99ce


Comments

No comments written yet.

Please login to write comment.