Color Hex Logo

#af0352 Color Hex

#AF0352
(175,3,82)
0 Favorites   0 Comments

Color spaces of #af0352

RGB 175382
HSL0.920.970.35
HSV332°98°69°
CMYK 0.000.980.53   0.31
XYZ19.23479.78838.8582
Yxy9.78830.50780.2584
Hunter Lab31.286354.99035.1134
CIE-Lab37.459863.12245.5107

#af0352 color RGB value is (175,3,82).

#af0352 hex color red value is 175, green value is 3 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #af0352 hue: 0.92 , saturation: 0.97 and the lightness value of af0352 is 0.35.

The process color (four color CMYK) of #af0352 color hex is 0.00, 0.98, 0.53, 0.31. Web safe color of #af0352 is #990066. Color #af0352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000011 01010010
Octal 257 3 122
Decimal 175 3 82
Hex AF 3 52

RGB Percentages of Color #af0352

%67.31
%1.15
%31.54

CMYK Percentages of Color #af0352

%0
%98
%53
%31

Triadic Colors of #af0352

#af0352 #52af03 #0352af

Analogous Colors of #af0352

#af0352 #af0a03 #af03a8

Monochromatic Colors of #af0352

#af0352

Complementary Color

#af0352 #03af60

#af0352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0352 Color CSS Codes

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

#af0352 Text Font Color

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

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


#af0352 Background Color

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

This div background color is #af0352


#af0352 Border Color

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

This div border color is #af0352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0352


Comments

No comments written yet.

Please login to write comment.