Color Hex Logo

#af6094 Color Hex

#AF6094
(175,96,148)
0 Favorites   0 Comments

Color spaces of #af6094

RGB 17596148
HSL0.890.330.53
HSV321°45°69°
CMYK 0.000.450.15   0.31
XYZ27.207419.617830.3696
Yxy19.61780.35250.2541
Hunter Lab44.292032.1369-9.6489
CIE-Lab51.402338.9962-14.4633

#af6094 color RGB value is (175,96,148).

#af6094 hex color red value is 175, green value is 96 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #af6094 hue: 0.89 , saturation: 0.33 and the lightness value of af6094 is 0.53.

The process color (four color CMYK) of #af6094 color hex is 0.00, 0.45, 0.15, 0.31. Web safe color of #af6094 is #996699. Color #af6094 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100000 10010100
Octal 257 140 224
Decimal 175 96 148
Hex AF 60 94

RGB Percentages of Color #af6094

%41.77
%22.91
%35.32

CMYK Percentages of Color #af6094

%0
%45
%15
%31

Triadic Colors of #af6094

#af6094 #94af60 #6094af

Analogous Colors of #af6094

#af6094 #af606d #a360af

Monochromatic Colors of #af6094

#af6094

Complementary Color

#af6094 #60af7b

#af6094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6094 Color CSS Codes

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

#af6094 Text Font Color

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

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


#af6094 Background Color

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

This div background color is #af6094


#af6094 Border Color

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

This div border color is #af6094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6094


Comments

No comments written yet.

Please login to write comment.