Color Hex Logo

#af174b Color Hex

#AF174B
(175,23,75)
0 Favorites   0 Comments

Color spaces of #af174b

RGB 1752375
HSL0.940.770.39
HSV339°87°69°
CMYK 0.000.870.57   0.31
XYZ19.255610.23487.6172
Yxy10.23480.51890.2758
Hunter Lab31.991951.45168.2775
CIE-Lab38.260659.776911.1436

#af174b color RGB value is (175,23,75).

#af174b hex color red value is 175, green value is 23 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #af174b hue: 0.94 , saturation: 0.77 and the lightness value of af174b is 0.39.

The process color (four color CMYK) of #af174b color hex is 0.00, 0.87, 0.57, 0.31. Web safe color of #af174b is #990033. Color #af174b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010111 01001011
Octal 257 27 113
Decimal 175 23 75
Hex AF 17 4B

RGB Percentages of Color #af174b

%64.10
%8.42
%27.47

CMYK Percentages of Color #af174b

%0
%87
%57
%31

Triadic Colors of #af174b

#af174b #4baf17 #174baf

Analogous Colors of #af174b

#af174b #af2f17 #af1797

Monochromatic Colors of #af174b

#af174b

Complementary Color

#af174b #17af7b

#af174b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af174b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af174b Color CSS Codes

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

#af174b Text Font Color

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

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


#af174b Background Color

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

This div background color is #af174b


#af174b Border Color

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

This div border color is #af174b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af174b


Comments

No comments written yet.

Please login to write comment.