Color Hex Logo

#af54de Color Hex

#AF54DE
(175,84,222)
0 Favorites   0 Comments

Color spaces of #af54de

RGB 17584222
HSL0.780.680.60
HSV280°62°87°
CMYK 0.210.620.00   0.13
XYZ34.034320.728571.3144
Yxy20.72850.26990.1644
Hunter Lab45.528653.7604-60.9999
CIE-Lab52.651159.1457-55.3238

#af54de color RGB value is (175,84,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010100 11011110
Octal 257 124 336
Decimal 175 84 222
Hex AF 54 DE

RGB Percentages of Color #af54de

%36.38
%17.46
%46.15

CMYK Percentages of Color #af54de

%21
%62
%0
%13

Triadic Colors of #af54de

#af54de #deaf54 #54deaf

Analogous Colors of #af54de

#af54de #de54c8 #6a54de

Monochromatic Colors of #af54de

#af54de

Complementary Color

#af54de #83de54

#af54de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af54de Color Preview on White Background

Lorem ipsum dolor sit amet.

#af54de Color CSS Codes

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

#af54de Text Font Color

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

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


#af54de Background Color

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

This div background color is #af54de


#af54de Border Color

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

This div border color is #af54de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af54de


Comments

No comments written yet.

Please login to write comment.