Color Hex Logo

#af0066 Color Hex

#AF0066
(175,0,102)
0 Favorites   0 Comments

Color spaces of #af0066

RGB 1750102
HSL0.901.000.34
HSV325°100°69°
CMYK 0.001.000.42   0.31
XYZ20.077510.073313.4565
Yxy10.07330.46040.2310
Hunter Lab31.738557.3754-2.9209
CIE-Lab37.973765.1337-6.5637

#af0066 color RGB value is (175,0,102).

#af0066 hex color red value is 175, green value is 0 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #af0066 hue: 0.90 , saturation: 1.00 and the lightness value of af0066 is 0.34.

The process color (four color CMYK) of #af0066 color hex is 0.00, 1.00, 0.42, 0.31. Web safe color of #af0066 is #990066. Color #af0066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000000 01100110
Octal 257 0 146
Decimal 175 0 102
Hex AF 0 66

RGB Percentages of Color #af0066

%63.18
%0.00
%36.82

CMYK Percentages of Color #af0066

%0
%100
%42
%31

Triadic Colors of #af0066

#af0066 #66af00 #0066af

Analogous Colors of #af0066

#af0066 #af000e #a100af

Monochromatic Colors of #af0066

#af0066

Complementary Color

#af0066 #00af49

#af0066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0066 Color CSS Codes

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

#af0066 Text Font Color

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

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


#af0066 Background Color

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

This div background color is #af0066


#af0066 Border Color

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

This div border color is #af0066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0066

#af0066 Color Palettes


Comments

No comments written yet.

Please login to write comment.