Color Hex Logo

#af99ca Color Hex

#AF99CA
(175,153,202)
0 Favorites   0 Comments

Color spaces of #af99ca

RGB 175153202
HSL0.740.320.70
HSV267°24°79°
CMYK 0.130.240.00   0.21
XYZ39.731136.160760.7628
Yxy36.16070.29070.2646
Hunter Lab60.133812.7030-17.8166
CIE-Lab66.642517.6351-22.1733

#af99ca color RGB value is (175,153,202).

#af99ca hex color red value is 175, green value is 153 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af99ca hue: 0.74 , saturation: 0.32 and the lightness value of af99ca is 0.70.

The process color (four color CMYK) of #af99ca color hex is 0.13, 0.24, 0.00, 0.21. Web safe color of #af99ca is #9999cc. Color #af99ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011001 11001010
Octal 257 231 312
Decimal 175 153 202
Hex AF 99 CA

RGB Percentages of Color #af99ca

%33.02
%28.87
%38.11

CMYK Percentages of Color #af99ca

%13
%24
%0
%21

Triadic Colors of #af99ca

#af99ca #caaf99 #99caaf

Analogous Colors of #af99ca

#af99ca #c899ca #999cca

Monochromatic Colors of #af99ca

#af99ca

Complementary Color

#af99ca #b4ca99

#af99ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af99ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af99ca Color CSS Codes

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

#af99ca Text Font Color

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

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


#af99ca Background Color

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

This div background color is #af99ca


#af99ca Border Color

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

This div border color is #af99ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af99ca


Comments

No comments written yet.

Please login to write comment.