Color Hex Logo

#af0682 Color Hex

#AF0682
(175,6,130)
0 Favorites   0 Comments

Color spaces of #af0682

RGB 1756130
HSL0.880.930.35
HSV316°97°69°
CMYK 0.000.970.26   0.31
XYZ21.773610.855922.0669
Yxy10.85590.39810.1985
Hunter Lab32.948360.3007-16.6453
CIE-Lab39.336767.4181-22.0700

#af0682 color RGB value is (175,6,130).

#af0682 hex color red value is 175, green value is 6 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #af0682 hue: 0.88 , saturation: 0.93 and the lightness value of af0682 is 0.35.

The process color (four color CMYK) of #af0682 color hex is 0.00, 0.97, 0.26, 0.31. Web safe color of #af0682 is #990099. Color #af0682 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000110 10000010
Octal 257 6 202
Decimal 175 6 130
Hex AF 6 82

RGB Percentages of Color #af0682

%56.27
%1.93
%41.80

CMYK Percentages of Color #af0682

%0
%97
%26
%31

Triadic Colors of #af0682

#af0682 #82af06 #0682af

Analogous Colors of #af0682

#af0682 #af062d #8806af

Monochromatic Colors of #af0682

#af0682

Complementary Color

#af0682 #06af33

#af0682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0682 Color CSS Codes

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

#af0682 Text Font Color

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

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


#af0682 Background Color

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

This div background color is #af0682


#af0682 Border Color

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

This div border color is #af0682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0682


Comments

No comments written yet.

Please login to write comment.