Color Hex Logo

#af365b Color Hex

#AF365B
(175,54,91)
0 Favorites   0 Comments

Color spaces of #af365b

RGB 1755491
HSL0.950.530.45
HSV342°69°69°
CMYK 0.000.690.48   0.31
XYZ20.886712.507611.2109
Yxy12.50760.46830.2804
Hunter Lab35.366143.52895.9616
CIE-Lab42.011851.67616.2806

#af365b color RGB value is (175,54,91).

#af365b hex color red value is 175, green value is 54 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #af365b hue: 0.95 , saturation: 0.53 and the lightness value of af365b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110110 01011011
Octal 257 66 133
Decimal 175 54 91
Hex AF 36 5B

RGB Percentages of Color #af365b

%54.69
%16.88
%28.44

CMYK Percentages of Color #af365b

%0
%69
%48
%31

Triadic Colors of #af365b

#af365b #5baf36 #365baf

Analogous Colors of #af365b

#af365b #af4e36 #af3698

Monochromatic Colors of #af365b

#af365b

Complementary Color

#af365b #36af8a

#af365b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af365b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af365b Color CSS Codes

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

#af365b Text Font Color

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

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


#af365b Background Color

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

This div background color is #af365b


#af365b Border Color

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

This div border color is #af365b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af365b


Comments

No comments written yet.

Please login to write comment.