Color Hex Logo

#ca99ff Color Hex

#CA99FF
(202,153,255)
0 Favorites   0 Comments

Color spaces of #ca99ff

RGB 202153255
HSL0.751.000.80
HSV269°40°100°
CMYK 0.210.400.00   0.00
XYZ53.798442.559099.9870
Yxy42.55900.27400.2168
Hunter Lab65.237333.0362-45.2057
CIE-Lab71.254637.5023-43.9587

#ca99ff color RGB value is (202,153,255).

#ca99ff hex color red value is 202, green value is 153 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ca99ff hue: 0.75 , saturation: 1.00 and the lightness value of ca99ff is 0.80.

The process color (four color CMYK) of #ca99ff color hex is 0.21, 0.40, 0.00, 0.00. Web safe color of #ca99ff is #cc99ff. Color #ca99ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 11111111
Octal 312 231 377
Decimal 202 153 255
Hex CA 99 FF

RGB Percentages of Color #ca99ff

%33.11
%25.08
%41.80

CMYK Percentages of Color #ca99ff

%21
%40
%0
%0

Triadic Colors of #ca99ff

#ca99ff #ffca99 #99ffca

Analogous Colors of #ca99ff

#ca99ff #fd99ff #999bff

Monochromatic Colors of #ca99ff

#ca99ff

Complementary Color

#ca99ff #ceff99

#ca99ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca99ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca99ff Color CSS Codes

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

#ca99ff Text Font Color

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

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


#ca99ff Background Color

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

This div background color is #ca99ff


#ca99ff Border Color

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

This div border color is #ca99ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca99ff

Related Colors


Comments

No comments written yet.

Please login to write comment.