Color Hex Logo

#af345a Color Hex

#AF345A
(175,52,90)
0 Favorites   0 Comments

Color spaces of #af345a

RGB 1755290
HSL0.950.540.45
HSV341°70°69°
CMYK 0.000.700.49   0.31
XYZ20.752712.308110.9548
Yxy12.30810.47150.2796
Hunter Lab35.082944.19366.0445
CIE-Lab41.701752.36606.4652

#af345a color RGB value is (175,52,90).

#af345a hex color red value is 175, green value is 52 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #af345a hue: 0.95 , saturation: 0.54 and the lightness value of af345a is 0.45.

The process color (four color CMYK) of #af345a color hex is 0.00, 0.70, 0.49, 0.31. Web safe color of #af345a is #993366. Color #af345a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110100 01011010
Octal 257 64 132
Decimal 175 52 90
Hex AF 34 5A

RGB Percentages of Color #af345a

%55.21
%16.40
%28.39

CMYK Percentages of Color #af345a

%0
%70
%49
%31

Triadic Colors of #af345a

#af345a #5aaf34 #345aaf

Analogous Colors of #af345a

#af345a #af4b34 #af3498

Monochromatic Colors of #af345a

#af345a

Complementary Color

#af345a #34af89

#af345a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af345a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af345a Color CSS Codes

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

#af345a Text Font Color

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

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


#af345a Background Color

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

This div background color is #af345a


#af345a Border Color

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

This div border color is #af345a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af345a


Comments

No comments written yet.

Please login to write comment.