Color Hex Logo

#af305a Color Hex

#AF305A
(175,48,90)
0 Favorites   0 Comments

Color spaces of #af305a

RGB 1754890
HSL0.940.570.44
HSV340°73°69°
CMYK 0.000.730.49   0.31
XYZ20.581611.966110.8978
Yxy11.96610.47370.2754
Hunter Lab34.592145.66805.5359
CIE-Lab41.162253.86165.6967

#af305a color RGB value is (175,48,90).

#af305a hex color red value is 175, green value is 48 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #af305a hue: 0.94 , saturation: 0.57 and the lightness value of af305a is 0.44.

The process color (four color CMYK) of #af305a color hex is 0.00, 0.73, 0.49, 0.31. Web safe color of #af305a is #993366. Color #af305a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110000 01011010
Octal 257 60 132
Decimal 175 48 90
Hex AF 30 5A

RGB Percentages of Color #af305a

%55.91
%15.34
%28.75

CMYK Percentages of Color #af305a

%0
%73
%49
%31

Triadic Colors of #af305a

#af305a #5aaf30 #305aaf

Analogous Colors of #af305a

#af305a #af4630 #af309a

Monochromatic Colors of #af305a

#af305a

Complementary Color

#af305a #30af85

#af305a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af305a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af305a Color CSS Codes

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

#af305a Text Font Color

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

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


#af305a Background Color

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

This div background color is #af305a


#af305a Border Color

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

This div border color is #af305a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af305a


Comments

No comments written yet.

Please login to write comment.