Color Hex Logo

#af383d Color Hex

#AF383D
(175,56,61)
0 Favorites   0 Comments

Color spaces of #af383d

RGB 1755661
HSL0.990.520.45
HSV357°68°69°
CMYK 0.000.680.65   0.31
XYZ19.935712.27925.7343
Yxy12.27920.52530.3236
Hunter Lab35.041740.228214.8268
CIE-Lab41.656548.556824.4407

#af383d color RGB value is (175,56,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111000 00111101
Octal 257 70 75
Decimal 175 56 61
Hex AF 38 3D

RGB Percentages of Color #af383d

%59.93
%19.18
%20.89

CMYK Percentages of Color #af383d

%0
%68
%65
%31

Triadic Colors of #af383d

#af383d #3daf38 #383daf

Analogous Colors of #af383d

#af383d #af6f38 #af3879

Monochromatic Colors of #af383d

#af383d

Complementary Color

#af383d #38afaa

#af383d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af383d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af383d Color CSS Codes

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

#af383d Text Font Color

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

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


#af383d Background Color

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

This div background color is #af383d


#af383d Border Color

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

This div border color is #af383d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af383d


Comments

No comments written yet.

Please login to write comment.