Color Hex Logo

#af381b Color Hex

#AF381B
(175,56,27)
0 Favorites   0 Comments

Color spaces of #af381b

RGB 1755627
HSL0.030.730.40
HSV12°85°69°
CMYK 0.000.680.85   0.31
XYZ19.291212.02142.3405
Yxy12.02140.57320.3572
Hunter Lab34.671938.640420.2680
CIE-Lab41.250147.071843.0979

#af381b color RGB value is (175,56,27).

#af381b hex color red value is 175, green value is 56 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #af381b hue: 0.03 , saturation: 0.73 and the lightness value of af381b is 0.40.

The process color (four color CMYK) of #af381b color hex is 0.00, 0.68, 0.85, 0.31. Web safe color of #af381b is #993333. Color #af381b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111000 00011011
Octal 257 70 33
Decimal 175 56 27
Hex AF 38 1B

RGB Percentages of Color #af381b

%67.83
%21.71
%10.47

CMYK Percentages of Color #af381b

%0
%68
%85
%31

Triadic Colors of #af381b

#af381b #1baf38 #381baf

Analogous Colors of #af381b

#af381b #af821b #af1b48

Monochromatic Colors of #af381b

#af381b

Complementary Color

#af381b #1b92af

#af381b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af381b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af381b Color CSS Codes

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

#af381b Text Font Color

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

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


#af381b Background Color

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

This div background color is #af381b


#af381b Border Color

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

This div border color is #af381b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af381b


Comments

No comments written yet.

Please login to write comment.