Color Hex Logo

#caabdd Color Hex

#CAABDD
(202,171,221)
0 Favorites   0 Comments

Color spaces of #caabdd

RGB 202171221
HSL0.770.420.77
HSV277°23°87°
CMYK 0.090.230.00   0.13
XYZ51.971246.902874.7206
Yxy46.90280.29940.2702
Hunter Lab68.485615.6072-16.7479
CIE-Lab74.127620.3825-21.0178

#caabdd color RGB value is (202,171,221).

#caabdd hex color red value is 202, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #caabdd hue: 0.77 , saturation: 0.42 and the lightness value of caabdd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 11011101
Octal 312 253 335
Decimal 202 171 221
Hex CA AB DD

RGB Percentages of Color #caabdd

%34.01
%28.79
%37.21

CMYK Percentages of Color #caabdd

%9
%23
%0
%13

Triadic Colors of #caabdd

#caabdd #ddcaab #abddca

Analogous Colors of #caabdd

#caabdd #ddabd7 #b1abdd

Monochromatic Colors of #caabdd

#caabdd

Complementary Color

#caabdd #beddab

#caabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caabdd Color CSS Codes

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

#caabdd Text Font Color

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

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


#caabdd Background Color

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

This div background color is #caabdd


#caabdd Border Color

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

This div border color is #caabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caabdd


Comments

No comments written yet.

Please login to write comment.