Color Hex Logo

#af3493 Color Hex

#AF3493
(175,52,147)
0 Favorites   0 Comments

Color spaces of #af3493

RGB 17552147
HSL0.870.540.45
HSV314°70°69°
CMYK 0.000.700.16   0.31
XYZ24.173613.676528.9695
Yxy13.67650.36180.2047
Hunter Lab36.981851.9608-20.5573
CIE-Lab43.765459.1803-25.5906

#af3493 color RGB value is (175,52,147).

#af3493 hex color red value is 175, green value is 52 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #af3493 hue: 0.87 , saturation: 0.54 and the lightness value of af3493 is 0.45.

The process color (four color CMYK) of #af3493 color hex is 0.00, 0.70, 0.16, 0.31. Web safe color of #af3493 is #993399. Color #af3493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110100 10010011
Octal 257 64 223
Decimal 175 52 147
Hex AF 34 93

RGB Percentages of Color #af3493

%46.79
%13.90
%39.30

CMYK Percentages of Color #af3493

%0
%70
%16
%31

Triadic Colors of #af3493

#af3493 #93af34 #3493af

Analogous Colors of #af3493

#af3493 #af3456 #8e34af

Monochromatic Colors of #af3493

#af3493

Complementary Color

#af3493 #34af50

#af3493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3493 Color CSS Codes

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

#af3493 Text Font Color

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

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


#af3493 Background Color

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

This div background color is #af3493


#af3493 Border Color

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

This div border color is #af3493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3493


Comments

No comments written yet.

Please login to write comment.