Color Hex Logo

#af2295 Color Hex

#AF2295
(175,34,149)
0 Favorites   0 Comments

Color spaces of #af2295

RGB 17534149
HSL0.860.670.41
HSV311°81°69°
CMYK 0.000.810.15   0.31
XYZ23.676012.427929.5847
Yxy12.42790.36040.1892
Hunter Lab35.253258.1871-25.0792
CIE-Lab41.888365.0825-29.7312

#af2295 color RGB value is (175,34,149).

#af2295 hex color red value is 175, green value is 34 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #af2295 hue: 0.86 , saturation: 0.67 and the lightness value of af2295 is 0.41.

The process color (four color CMYK) of #af2295 color hex is 0.00, 0.81, 0.15, 0.31. Web safe color of #af2295 is #993399. Color #af2295 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100010 10010101
Octal 257 42 225
Decimal 175 34 149
Hex AF 22 95

RGB Percentages of Color #af2295

%48.88
%9.50
%41.62

CMYK Percentages of Color #af2295

%0
%81
%15
%31

Triadic Colors of #af2295

#af2295 #95af22 #2295af

Analogous Colors of #af2295

#af2295 #af224e #8322af

Monochromatic Colors of #af2295

#af2295

Complementary Color

#af2295 #22af3c

#af2295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2295 Color CSS Codes

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

#af2295 Text Font Color

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

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


#af2295 Background Color

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

This div background color is #af2295


#af2295 Border Color

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

This div border color is #af2295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2295


Comments

No comments written yet.

Please login to write comment.