Color Hex Logo

#af245b Color Hex

#AF245B
(175,36,91)
0 Favorites   0 Comments

Color spaces of #af245b

RGB 1753691
HSL0.930.660.41
HSV336°79°69°
CMYK 0.000.790.48   0.31
XYZ20.198411.131010.9815
Yxy11.13100.47740.2631
Hunter Lab33.363249.68023.8389
CIE-Lab39.800257.85703.1114

#af245b color RGB value is (175,36,91).

#af245b hex color red value is 175, green value is 36 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #af245b hue: 0.93 , saturation: 0.66 and the lightness value of af245b is 0.41.

The process color (four color CMYK) of #af245b color hex is 0.00, 0.79, 0.48, 0.31. Web safe color of #af245b is #993366. Color #af245b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100100 01011011
Octal 257 44 133
Decimal 175 36 91
Hex AF 24 5B

RGB Percentages of Color #af245b

%57.95
%11.92
%30.13

CMYK Percentages of Color #af245b

%0
%79
%48
%31

Triadic Colors of #af245b

#af245b #5baf24 #245baf

Analogous Colors of #af245b

#af245b #af3324 #af24a1

Monochromatic Colors of #af245b

#af245b

Complementary Color

#af245b #24af78

#af245b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af245b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af245b Color CSS Codes

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

#af245b Text Font Color

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

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


#af245b Background Color

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

This div background color is #af245b


#af245b Border Color

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

This div border color is #af245b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,36,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 #af245b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af245b


Comments

No comments written yet.

Please login to write comment.