Color Hex Logo

#af259d Color Hex

#AF259D
(175,37,157)
0 Favorites   0 Comments

Color spaces of #af259d

RGB 17537157
HSL0.860.650.42
HSV308°79°69°
CMYK 0.000.790.10   0.31
XYZ24.426612.871433.0953
Yxy12.87140.34700.1828
Hunter Lab35.876758.7471-29.5797
CIE-Lab42.568865.4391-33.4913

#af259d color RGB value is (175,37,157).

#af259d hex color red value is 175, green value is 37 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #af259d hue: 0.86 , saturation: 0.65 and the lightness value of af259d is 0.42.

The process color (four color CMYK) of #af259d color hex is 0.00, 0.79, 0.10, 0.31. Web safe color of #af259d is #993399. Color #af259d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100101 10011101
Octal 257 45 235
Decimal 175 37 157
Hex AF 25 9D

RGB Percentages of Color #af259d

%47.43
%10.03
%42.55

CMYK Percentages of Color #af259d

%0
%79
%10
%31

Triadic Colors of #af259d

#af259d #9daf25 #259daf

Analogous Colors of #af259d

#af259d #af2558 #7c25af

Monochromatic Colors of #af259d

#af259d

Complementary Color

#af259d #25af37

#af259d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af259d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af259d Color CSS Codes

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

#af259d Text Font Color

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

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


#af259d Background Color

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

This div background color is #af259d


#af259d Border Color

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

This div border color is #af259d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af259d


Comments

No comments written yet.

Please login to write comment.