Color Hex Logo

#af250b Color Hex

#AF250B
(175,37,11)
0 Favorites   0 Comments

Color spaces of #af250b

RGB 1753711
HSL0.030.880.36
HSV10°94°69°
CMYK 0.000.790.94   0.31
XYZ18.401210.46131.3660
Yxy10.46130.60870.3461
Hunter Lab32.343944.950820.1367
CIE-Lab38.657953.654947.7656

#af250b color RGB value is (175,37,11).

#af250b hex color red value is 175, green value is 37 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #af250b hue: 0.03 , saturation: 0.88 and the lightness value of af250b is 0.36.

The process color (four color CMYK) of #af250b color hex is 0.00, 0.79, 0.94, 0.31. Web safe color of #af250b is #993300. Color #af250b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100101 00001011
Octal 257 45 13
Decimal 175 37 11
Hex AF 25 B

RGB Percentages of Color #af250b

%78.48
%16.59
%4.93

CMYK Percentages of Color #af250b

%0
%79
%94
%31

Triadic Colors of #af250b

#af250b #0baf25 #250baf

Analogous Colors of #af250b

#af250b #af770b #af0b43

Monochromatic Colors of #af250b

#af250b

Complementary Color

#af250b #0b95af

#af250b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af250b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af250b Color CSS Codes

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

#af250b Text Font Color

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

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


#af250b Background Color

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

This div background color is #af250b


#af250b Border Color

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

This div border color is #af250b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af250b


Comments

No comments written yet.

Please login to write comment.