Color Hex Logo

#af045b Color Hex

#AF045B
(175,4,91)
0 Favorites   0 Comments

Color spaces of #af045b

RGB 175491
HSL0.920.960.35
HSV329°98°69°
CMYK 0.000.980.48   0.31
XYZ19.61099.956110.7856
Yxy9.95610.48600.2467
Hunter Lab31.553355.72251.8207
CIE-Lab37.763563.71460.1567

#af045b color RGB value is (175,4,91).

#af045b hex color red value is 175, green value is 4 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #af045b hue: 0.92 , saturation: 0.96 and the lightness value of af045b is 0.35.

The process color (four color CMYK) of #af045b color hex is 0.00, 0.98, 0.48, 0.31. Web safe color of #af045b is #990066. Color #af045b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000100 01011011
Octal 257 4 133
Decimal 175 4 91
Hex AF 4 5B

RGB Percentages of Color #af045b

%64.81
%1.48
%33.70

CMYK Percentages of Color #af045b

%0
%98
%48
%31

Triadic Colors of #af045b

#af045b #5baf04 #045baf

Analogous Colors of #af045b

#af045b #af0405 #ae04af

Monochromatic Colors of #af045b

#af045b

Complementary Color

#af045b #04af58

#af045b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af045b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af045b Color CSS Codes

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

#af045b Text Font Color

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

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


#af045b Background Color

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

This div background color is #af045b


#af045b Border Color

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

This div border color is #af045b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af045b


Comments

No comments written yet.

Please login to write comment.