Color Hex Logo

#af2890 Color Hex

#AF2890
(175,40,144)
0 Favorites   0 Comments

Color spaces of #af2890

RGB 17540144
HSL0.870.630.42
HSV314°77°69°
CMYK 0.000.770.18   0.31
XYZ23.472012.645227.5892
Yxy12.64520.36840.1985
Hunter Lab35.560155.5916-21.1079
CIE-Lab42.223762.7305-26.1723

#af2890 color RGB value is (175,40,144).

#af2890 hex color red value is 175, green value is 40 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #af2890 hue: 0.87 , saturation: 0.63 and the lightness value of af2890 is 0.42.

The process color (four color CMYK) of #af2890 color hex is 0.00, 0.77, 0.18, 0.31. Web safe color of #af2890 is #993399. Color #af2890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 10010000
Octal 257 50 220
Decimal 175 40 144
Hex AF 28 90

RGB Percentages of Color #af2890

%48.75
%11.14
%40.11

CMYK Percentages of Color #af2890

%0
%77
%18
%31

Triadic Colors of #af2890

#af2890 #90af28 #2890af

Analogous Colors of #af2890

#af2890 #af284d #8b28af

Monochromatic Colors of #af2890

#af2890

Complementary Color

#af2890 #28af47

#af2890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2890 Color CSS Codes

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

#af2890 Text Font Color

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

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


#af2890 Background Color

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

This div background color is #af2890


#af2890 Border Color

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

This div border color is #af2890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2890


Comments

No comments written yet.

Please login to write comment.