Color Hex Logo

#af3838 Color Hex

#AF3838
(175,56,56)
0 Favorites   0 Comments

Color spaces of #af3838

RGB 1755656
HSL0.000.520.45
HSV68°69°
CMYK 0.000.680.68   0.31
XYZ19.807212.22785.0576
Yxy12.22780.53400.3297
Hunter Lab34.968339.913915.9024
CIE-Lab41.575948.264427.3750

#af3838 color RGB value is (175,56,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111000 00111000
Octal 257 70 70
Decimal 175 56 56
Hex AF 38 38

RGB Percentages of Color #af3838

%60.98
%19.51
%19.51

CMYK Percentages of Color #af3838

%0
%68
%68
%31

Triadic Colors of #af3838

#af3838 #38af38 #3838af

Analogous Colors of #af3838

#af3838 #af7438 #af3874

Monochromatic Colors of #af3838

#af3838

Complementary Color

#af3838 #38afaf

#af3838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3838 Color CSS Codes

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

#af3838 Text Font Color

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

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


#af3838 Background Color

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

This div background color is #af3838


#af3838 Border Color

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

This div border color is #af3838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3838


Comments

No comments written yet.

Please login to write comment.