Color Hex Logo

#af53de Color Hex

#AF53DE
(175,83,222)
0 Favorites   0 Comments

Color spaces of #af53de

RGB 17583222
HSL0.780.680.60
HSV280°63°87°
CMYK 0.210.630.00   0.13
XYZ33.957320.574471.2888
Yxy20.57440.26990.1635
Hunter Lab45.359054.2529-61.4322
CIE-Lab52.480559.6128-55.5970

#af53de color RGB value is (175,83,222).

#af53de hex color red value is 175, green value is 83 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #af53de hue: 0.78 , saturation: 0.68 and the lightness value of af53de is 0.60.

The process color (four color CMYK) of #af53de color hex is 0.21, 0.63, 0.00, 0.13. Web safe color of #af53de is #9966cc. Color #af53de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 11011110
Octal 257 123 336
Decimal 175 83 222
Hex AF 53 DE

RGB Percentages of Color #af53de

%36.46
%17.29
%46.25

CMYK Percentages of Color #af53de

%21
%63
%0
%13

Triadic Colors of #af53de

#af53de #deaf53 #53deaf

Analogous Colors of #af53de

#af53de #de53c8 #6a53de

Monochromatic Colors of #af53de

#af53de

Complementary Color

#af53de #82de53

#af53de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af53de Color Preview on White Background

Lorem ipsum dolor sit amet.

#af53de Color CSS Codes

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

#af53de Text Font Color

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

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


#af53de Background Color

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

This div background color is #af53de


#af53de Border Color

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

This div border color is #af53de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af53de


Comments

No comments written yet.

Please login to write comment.