Color Hex Logo

#af3382 Color Hex

#AF3382
(175,51,130)
0 Favorites   0 Comments

Color spaces of #af3382

RGB 17551130
HSL0.890.550.44
HSV322°71°69°
CMYK 0.000.710.26   0.31
XYZ22.892313.093322.4398
Yxy13.09330.39180.2241
Hunter Lab36.184749.6052-11.4392
CIE-Lab42.903557.1963-16.5784

#af3382 color RGB value is (175,51,130).

#af3382 hex color red value is 175, green value is 51 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #af3382 hue: 0.89 , saturation: 0.55 and the lightness value of af3382 is 0.44.

The process color (four color CMYK) of #af3382 color hex is 0.00, 0.71, 0.26, 0.31. Web safe color of #af3382 is #993399. Color #af3382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110011 10000010
Octal 257 63 202
Decimal 175 51 130
Hex AF 33 82

RGB Percentages of Color #af3382

%49.16
%14.33
%36.52

CMYK Percentages of Color #af3382

%0
%71
%26
%31

Triadic Colors of #af3382

#af3382 #82af33 #3382af

Analogous Colors of #af3382

#af3382 #af3344 #9e33af

Monochromatic Colors of #af3382

#af3382

Complementary Color

#af3382 #33af60

#af3382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3382 Color CSS Codes

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

#af3382 Text Font Color

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

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


#af3382 Background Color

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

This div background color is #af3382


#af3382 Border Color

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

This div border color is #af3382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3382


Comments

No comments written yet.

Please login to write comment.