Color Hex Logo

#ca99dd Color Hex

#CA99DD
(202,153,221)
0 Favorites   0 Comments

Color spaces of #ca99dd

RGB 202153221
HSL0.790.500.73
HSV283°31°87°
CMYK 0.090.310.00   0.13
XYZ48.799540.559573.6634
Yxy40.55950.29930.2488
Hunter Lab63.686325.3241-23.9979
CIE-Lab69.866230.2579-27.5290

#ca99dd color RGB value is (202,153,221).

#ca99dd hex color red value is 202, green value is 153 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ca99dd hue: 0.79 , saturation: 0.50 and the lightness value of ca99dd is 0.73.

The process color (four color CMYK) of #ca99dd color hex is 0.09, 0.31, 0.00, 0.13. Web safe color of #ca99dd is #cc99cc. Color #ca99dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 11011101
Octal 312 231 335
Decimal 202 153 221
Hex CA 99 DD

RGB Percentages of Color #ca99dd

%35.07
%26.56
%38.37

CMYK Percentages of Color #ca99dd

%9
%31
%0
%13

Triadic Colors of #ca99dd

#ca99dd #ddca99 #99ddca

Analogous Colors of #ca99dd

#ca99dd #dd99ce #a899dd

Monochromatic Colors of #ca99dd

#ca99dd

Complementary Color

#ca99dd #acdd99

#ca99dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca99dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca99dd Color CSS Codes

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

#ca99dd Text Font Color

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

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


#ca99dd Background Color

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

This div background color is #ca99dd


#ca99dd Border Color

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

This div border color is #ca99dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca99dd


Comments

No comments written yet.

Please login to write comment.