Color Hex Logo

#af3aba Color Hex

#AF3ABA
(175,58,186)
0 Favorites   0 Comments

Color spaces of #af3aba

RGB 17558186
HSL0.820.520.48
HSV295°69°73°
CMYK 0.060.690.00   0.27
XYZ28.055215.685248.0033
Yxy15.68520.30580.1710
Hunter Lab39.604557.1385-44.1402
CIE-Lab46.558763.2614-44.3584

#af3aba color RGB value is (175,58,186).

#af3aba hex color red value is 175, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #af3aba hue: 0.82 , saturation: 0.52 and the lightness value of af3aba is 0.48.

The process color (four color CMYK) of #af3aba color hex is 0.06, 0.69, 0.00, 0.27. Web safe color of #af3aba is #9933cc. Color #af3aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111010 10111010
Octal 257 72 272
Decimal 175 58 186
Hex AF 3A BA

RGB Percentages of Color #af3aba

%41.77
%13.84
%44.39

CMYK Percentages of Color #af3aba

%6
%69
%0
%27

Triadic Colors of #af3aba

#af3aba #baaf3a #3abaaf

Analogous Colors of #af3aba

#af3aba #ba3a85 #6f3aba

Monochromatic Colors of #af3aba

#af3aba

Complementary Color

#af3aba #45ba3a

#af3aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3aba Color CSS Codes

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

#af3aba Text Font Color

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

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


#af3aba Background Color

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

This div background color is #af3aba


#af3aba Border Color

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

This div border color is #af3aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3aba


Comments

No comments written yet.

Please login to write comment.