Color Hex Logo

#caa4fd Color Hex

#CAA4FD
(202,164,253)
0 Favorites   0 Comments

Color spaces of #caa4fd

RGB 202164253
HSL0.740.960.82
HSV266°35°99°
CMYK 0.200.350.00   0.01
XYZ55.362246.199398.9280
Yxy46.19930.27610.2304
Hunter Lab67.970126.4422-38.7154
CIE-Lab73.674731.0403-39.0975

#caa4fd color RGB value is (202,164,253).

#caa4fd hex color red value is 202, green value is 164 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #caa4fd hue: 0.74 , saturation: 0.96 and the lightness value of caa4fd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100100 11111101
Octal 312 244 375
Decimal 202 164 253
Hex CA A4 FD

RGB Percentages of Color #caa4fd

%32.63
%26.49
%40.87

CMYK Percentages of Color #caa4fd

%20
%35
%0
%1

Triadic Colors of #caa4fd

#caa4fd #fdcaa4 #a4fdca

Analogous Colors of #caa4fd

#caa4fd #f7a4fd #a4abfd

Monochromatic Colors of #caa4fd

#caa4fd

Complementary Color

#caa4fd #d7fda4

#caa4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa4fd Color CSS Codes

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

#caa4fd Text Font Color

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

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


#caa4fd Background Color

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

This div background color is #caa4fd


#caa4fd Border Color

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

This div border color is #caa4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa4fd

Related Colors


Comments

No comments written yet.

Please login to write comment.