Color Hex Logo

#af457d Color Hex

#AF457D
(175,69,125)
0 Favorites   0 Comments

Color spaces of #af457d

RGB 17569125
HSL0.910.430.48
HSV328°61°69°
CMYK 0.000.610.29   0.31
XYZ23.509014.850921.0295
Yxy14.85090.39580.2501
Hunter Lab38.536941.4525-5.3786
CIE-Lab45.429349.0780-9.6950

#af457d color RGB value is (175,69,125).

#af457d hex color red value is 175, green value is 69 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #af457d hue: 0.91 , saturation: 0.43 and the lightness value of af457d is 0.48.

The process color (four color CMYK) of #af457d color hex is 0.00, 0.61, 0.29, 0.31. Web safe color of #af457d is #993366. Color #af457d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000101 01111101
Octal 257 105 175
Decimal 175 69 125
Hex AF 45 7D

RGB Percentages of Color #af457d

%47.43
%18.70
%33.88

CMYK Percentages of Color #af457d

%0
%61
%29
%31

Triadic Colors of #af457d

#af457d #7daf45 #457daf

Analogous Colors of #af457d

#af457d #af4548 #ac45af

Monochromatic Colors of #af457d

#af457d

Complementary Color

#af457d #45af77

#af457d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af457d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af457d Color CSS Codes

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

#af457d Text Font Color

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

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


#af457d Background Color

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

This div background color is #af457d


#af457d Border Color

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

This div border color is #af457d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af457d


Comments

No comments written yet.

Please login to write comment.