Color Hex Logo

#af2aca Color Hex

#AF2ACA
(175,42,202)
0 Favorites   0 Comments

Color spaces of #af2aca

RGB 17542202
HSL0.810.660.48
HSV290°79°79°
CMYK 0.130.790.00   0.21
XYZ29.167815.034257.2417
Yxy15.03420.28750.1482
Hunter Lab38.774066.4226-60.3876
CIE-Lab45.681071.3886-55.0698

#af2aca color RGB value is (175,42,202).

#af2aca hex color red value is 175, green value is 42 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af2aca hue: 0.81 , saturation: 0.66 and the lightness value of af2aca is 0.48.

The process color (four color CMYK) of #af2aca color hex is 0.13, 0.79, 0.00, 0.21. Web safe color of #af2aca is #9933cc. Color #af2aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101010 11001010
Octal 257 52 312
Decimal 175 42 202
Hex AF 2A CA

RGB Percentages of Color #af2aca

%41.77
%10.02
%48.21

CMYK Percentages of Color #af2aca

%13
%79
%0
%21

Triadic Colors of #af2aca

#af2aca #caaf2a #2acaaf

Analogous Colors of #af2aca

#af2aca #ca2a95 #5f2aca

Monochromatic Colors of #af2aca

#af2aca

Complementary Color

#af2aca #45ca2a

#af2aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2aca Color CSS Codes

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

#af2aca Text Font Color

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

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


#af2aca Background Color

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

This div background color is #af2aca


#af2aca Border Color

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

This div border color is #af2aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2aca


Comments

No comments written yet.

Please login to write comment.