Color Hex Logo

#af527d Color Hex

#AF527D
(175,82,125)
0 Favorites   0 Comments

Color spaces of #af527d

RGB 17582125
HSL0.920.370.50
HSV332°53°69°
CMYK 0.000.530.29   0.31
XYZ24.398216.629221.3259
Yxy16.62920.39130.2667
Hunter Lab40.778935.4342-2.4613
CIE-Lab47.789442.8135-6.1665

#af527d color RGB value is (175,82,125).

#af527d hex color red value is 175, green value is 82 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #af527d hue: 0.92 , saturation: 0.37 and the lightness value of af527d is 0.50.

The process color (four color CMYK) of #af527d color hex is 0.00, 0.53, 0.29, 0.31. Web safe color of #af527d is #996666. Color #af527d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010010 01111101
Octal 257 122 175
Decimal 175 82 125
Hex AF 52 7D

RGB Percentages of Color #af527d

%45.81
%21.47
%32.72

CMYK Percentages of Color #af527d

%0
%53
%29
%31

Triadic Colors of #af527d

#af527d #7daf52 #527daf

Analogous Colors of #af527d

#af527d #af5552 #af52ac

Monochromatic Colors of #af527d

#af527d

Complementary Color

#af527d #52af84

#af527d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af527d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af527d Color CSS Codes

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

#af527d Text Font Color

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

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


#af527d Background Color

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

This div background color is #af527d


#af527d Border Color

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

This div border color is #af527d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af527d


Comments

No comments written yet.

Please login to write comment.