Color Hex Logo

#af449d Color Hex

#AF449D
(175,68,157)
0 Favorites   0 Comments

Color spaces of #af449d

RGB 17568157
HSL0.860.440.48
HSV310°61°69°
CMYK 0.000.610.10   0.31
XYZ25.832115.682533.5638
Yxy15.68250.34410.2089
Hunter Lab39.601147.1348-22.5302
CIE-Lab46.555254.2405-27.2499

#af449d color RGB value is (175,68,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000100 10011101
Octal 257 104 235
Decimal 175 68 157
Hex AF 44 9D

RGB Percentages of Color #af449d

%43.75
%17.00
%39.25

CMYK Percentages of Color #af449d

%0
%61
%10
%31

Triadic Colors of #af449d

#af449d #9daf44 #449daf

Analogous Colors of #af449d

#af449d #af4468 #8c44af

Monochromatic Colors of #af449d

#af449d

Complementary Color

#af449d #44af56

#af449d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af449d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af449d Color CSS Codes

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

#af449d Text Font Color

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

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


#af449d Background Color

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

This div background color is #af449d


#af449d Border Color

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

This div border color is #af449d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,68,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 #af449d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af449d


Comments

No comments written yet.

Please login to write comment.