Color Hex Logo

#af515b Color Hex

#AF515B
(175,81,91)
0 Favorites   0 Comments

Color spaces of #af515b

RGB 1758191
HSL0.980.370.50
HSV354°54°69°
CMYK 0.000.540.48   0.31
XYZ22.510015.754211.7520
Yxy15.75420.45010.3150
Hunter Lab39.691631.771210.2293
CIE-Lab46.650339.304712.7937

#af515b color RGB value is (175,81,91).

#af515b hex color red value is 175, green value is 81 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #af515b hue: 0.98 , saturation: 0.37 and the lightness value of af515b is 0.50.

The process color (four color CMYK) of #af515b color hex is 0.00, 0.54, 0.48, 0.31. Web safe color of #af515b is #996666. Color #af515b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010001 01011011
Octal 257 121 133
Decimal 175 81 91
Hex AF 51 5B

RGB Percentages of Color #af515b

%50.43
%23.34
%26.22

CMYK Percentages of Color #af515b

%0
%54
%48
%31

Triadic Colors of #af515b

#af515b #5baf51 #515baf

Analogous Colors of #af515b

#af515b #af7651 #af518a

Monochromatic Colors of #af515b

#af515b

Complementary Color

#af515b #51afa5

#af515b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af515b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af515b Color CSS Codes

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

#af515b Text Font Color

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

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


#af515b Background Color

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

This div background color is #af515b


#af515b Border Color

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

This div border color is #af515b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af515b


Comments

No comments written yet.

Please login to write comment.