Color Hex Logo

#caa9fd Color Hex

#CAA9FD
(202,169,253)
0 Favorites   0 Comments

Color spaces of #caa9fd

RGB 202169253
HSL0.730.950.83
HSV264°33°99°
CMYK 0.200.330.00   0.01
XYZ56.274748.024399.2321
Yxy48.02430.27650.2360
Hunter Lab69.299623.6766-36.3894
CIE-Lab74.840328.2979-37.2861

#caa9fd color RGB value is (202,169,253).

#caa9fd hex color red value is 202, green value is 169 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #caa9fd hue: 0.73 , saturation: 0.95 and the lightness value of caa9fd is 0.83.

The process color (four color CMYK) of #caa9fd color hex is 0.20, 0.33, 0.00, 0.01. Web safe color of #caa9fd is #cc99ff. Color #caa9fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101001 11111101
Octal 312 251 375
Decimal 202 169 253
Hex CA A9 FD

RGB Percentages of Color #caa9fd

%32.37
%27.08
%40.54

CMYK Percentages of Color #caa9fd

%20
%33
%0
%1

Triadic Colors of #caa9fd

#caa9fd #fdcaa9 #a9fdca

Analogous Colors of #caa9fd

#caa9fd #f4a9fd #a9b2fd

Monochromatic Colors of #caa9fd

#caa9fd

Complementary Color

#caa9fd #dcfda9

#caa9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa9fd Color CSS Codes

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

#caa9fd Text Font Color

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

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


#caa9fd Background Color

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

This div background color is #caa9fd


#caa9fd Border Color

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

This div border color is #caa9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa9fd


Comments

No comments written yet.

Please login to write comment.