Color Hex Logo

#af305f Color Hex

#AF305F
(175,48,95)
0 Favorites   0 Comments

Color spaces of #af305f

RGB 1754895
HSL0.940.570.44
HSV338°73°69°
CMYK 0.000.730.46   0.31
XYZ20.801712.054112.0568
Yxy12.05410.46320.2684
Hunter Lab34.719046.18903.7138
CIE-Lab41.302054.32562.7561

#af305f color RGB value is (175,48,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110000 01011111
Octal 257 60 137
Decimal 175 48 95
Hex AF 30 5F

RGB Percentages of Color #af305f

%55.03
%15.09
%29.87

CMYK Percentages of Color #af305f

%0
%73
%46
%31

Triadic Colors of #af305f

#af305f #5faf30 #305faf

Analogous Colors of #af305f

#af305f #af4130 #af309f

Monochromatic Colors of #af305f

#af305f

Complementary Color

#af305f #30af80

#af305f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af305f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af305f Color CSS Codes

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

#af305f Text Font Color

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

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


#af305f Background Color

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

This div background color is #af305f


#af305f Border Color

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

This div border color is #af305f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af305f


Comments

No comments written yet.

Please login to write comment.