Color Hex Logo

#af383a Color Hex

#AF383A
(175,56,58)
0 Favorites   0 Comments

Color spaces of #af383a

RGB 1755658
HSL1.000.520.45
HSV359°68°69°
CMYK 0.000.680.67   0.31
XYZ19.857112.24785.3205
Yxy12.24780.53060.3273
Hunter Lab34.996940.035815.4841
CIE-Lab41.607348.377926.2044

#af383a color RGB value is (175,56,58).

#af383a hex color red value is 175, green value is 56 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #af383a hue: 1.00 , saturation: 0.52 and the lightness value of af383a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111000 00111010
Octal 257 70 72
Decimal 175 56 58
Hex AF 38 3A

RGB Percentages of Color #af383a

%60.55
%19.38
%20.07

CMYK Percentages of Color #af383a

%0
%68
%67
%31

Triadic Colors of #af383a

#af383a #3aaf38 #383aaf

Analogous Colors of #af383a

#af383a #af7238 #af3876

Monochromatic Colors of #af383a

#af383a

Complementary Color

#af383a #38afad

#af383a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af383a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af383a Color CSS Codes

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

#af383a Text Font Color

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

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


#af383a Background Color

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

This div background color is #af383a


#af383a Border Color

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

This div border color is #af383a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af383a


Comments

No comments written yet.

Please login to write comment.