Color Hex Logo

#ca99ea Color Hex

#CA99EA
(202,153,234)
0 Favorites   0 Comments

Color spaces of #ca99ea

RGB 202153234
HSL0.770.660.76
HSV276°35°92°
CMYK 0.140.350.00   0.08
XYZ50.599641.279583.1428
Yxy41.27950.28910.2359
Hunter Lab64.249128.1423-31.7510
CIE-Lab70.371332.9442-33.8876

#ca99ea color RGB value is (202,153,234).

#ca99ea hex color red value is 202, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ca99ea hue: 0.77 , saturation: 0.66 and the lightness value of ca99ea is 0.76.

The process color (four color CMYK) of #ca99ea color hex is 0.14, 0.35, 0.00, 0.08. Web safe color of #ca99ea is #cc99ff. Color #ca99ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 11101010
Octal 312 231 352
Decimal 202 153 234
Hex CA 99 EA

RGB Percentages of Color #ca99ea

%34.30
%25.98
%39.73

CMYK Percentages of Color #ca99ea

%14
%35
%0
%8

Triadic Colors of #ca99ea

#ca99ea #eaca99 #99eaca

Analogous Colors of #ca99ea

#ca99ea #ea99e2 #a299ea

Monochromatic Colors of #ca99ea

#ca99ea

Complementary Color

#ca99ea #b9ea99

#ca99ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca99ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca99ea Color CSS Codes

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

#ca99ea Text Font Color

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

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


#ca99ea Background Color

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

This div background color is #ca99ea


#ca99ea Border Color

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

This div border color is #ca99ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca99ea


Comments

No comments written yet.

Please login to write comment.