Color Hex Logo

#af3046 Color Hex

#AF3046
(175,48,70)
0 Favorites   0 Comments

Color spaces of #af3046

RGB 1754870
HSL0.970.570.44
HSV350°73°69°
CMYK 0.000.730.60   0.31
XYZ19.841611.67017.0011
Yxy11.67010.51520.3030
Hunter Lab34.161543.893211.7621
CIE-Lab40.686952.267817.6116

#af3046 color RGB value is (175,48,70).

#af3046 hex color red value is 175, green value is 48 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #af3046 hue: 0.97 , saturation: 0.57 and the lightness value of af3046 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110000 01000110
Octal 257 60 106
Decimal 175 48 70
Hex AF 30 46

RGB Percentages of Color #af3046

%59.73
%16.38
%23.89

CMYK Percentages of Color #af3046

%0
%73
%60
%31

Triadic Colors of #af3046

#af3046 #46af30 #3046af

Analogous Colors of #af3046

#af3046 #af5a30 #af3086

Monochromatic Colors of #af3046

#af3046

Complementary Color

#af3046 #30af99

#af3046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3046 Color CSS Codes

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

#af3046 Text Font Color

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

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


#af3046 Background Color

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

This div background color is #af3046


#af3046 Border Color

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

This div border color is #af3046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3046


Comments

No comments written yet.

Please login to write comment.