Color Hex Logo

#af094b Color Hex

#AF094B
(175,9,75)
0 Favorites   0 Comments

Color spaces of #af094b

RGB 175975
HSL0.930.900.36
HSV336°95°69°
CMYK 0.000.950.57   0.31
XYZ19.04699.81737.5477
Yxy9.81730.52310.2696
Hunter Lab31.332653.67727.6504
CIE-Lab37.512561.936510.1053

#af094b color RGB value is (175,9,75).

#af094b hex color red value is 175, green value is 9 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #af094b hue: 0.93 , saturation: 0.90 and the lightness value of af094b is 0.36.

The process color (four color CMYK) of #af094b color hex is 0.00, 0.95, 0.57, 0.31. Web safe color of #af094b is #990033. Color #af094b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001001 01001011
Octal 257 11 113
Decimal 175 9 75
Hex AF 9 4B

RGB Percentages of Color #af094b

%67.57
%3.47
%28.96

CMYK Percentages of Color #af094b

%0
%95
%57
%31

Triadic Colors of #af094b

#af094b #4baf09 #094baf

Analogous Colors of #af094b

#af094b #af1a09 #af099e

Monochromatic Colors of #af094b

#af094b

Complementary Color

#af094b #09af6d

#af094b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af094b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af094b Color CSS Codes

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

#af094b Text Font Color

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

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


#af094b Background Color

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

This div background color is #af094b


#af094b Border Color

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

This div border color is #af094b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af094b


Comments

No comments written yet.

Please login to write comment.