Color Hex Logo

#caacfa Color Hex

#CAACFA
(202,172,250)
0 Favorites   0 Comments

Color spaces of #caacfa

RGB 202172250
HSL0.730.890.83
HSV263°31°98°
CMYK 0.190.310.00   0.02
XYZ56.365048.963796.9227
Yxy48.96370.27870.2421
Hunter Lab69.974121.3294-33.1421
CIE-Lab75.428725.9858-34.7554

#caacfa color RGB value is (202,172,250).

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

The process color (four color CMYK) of #caacfa color hex is 0.19, 0.31, 0.00, 0.02. Web safe color of #caacfa is #cc99ff. Color #caacfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101100 11111010
Octal 312 254 372
Decimal 202 172 250
Hex CA AC FA

RGB Percentages of Color #caacfa

%32.37
%27.56
%40.06

CMYK Percentages of Color #caacfa

%19
%31
%0
%2

Triadic Colors of #caacfa

#caacfa #facaac #acfaca

Analogous Colors of #caacfa

#caacfa #f1acfa #acb5fa

Monochromatic Colors of #caacfa

#caacfa

Complementary Color

#caacfa #dcfaac

#caacfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caacfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#caacfa Color CSS Codes

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

#caacfa Text Font Color

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

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


#caacfa Background Color

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

This div background color is #caacfa


#caacfa Border Color

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

This div border color is #caacfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caacfa


Comments

No comments written yet.

Please login to write comment.