Color Hex Logo

#af58dd Color Hex

#AF58DD
(175,88,221)
0 Favorites   0 Comments

Color spaces of #af58dd

RGB 17588221
HSL0.780.660.61
HSV279°60°87°
CMYK 0.210.600.00   0.13
XYZ34.220121.313970.7170
Yxy21.31390.27100.1688
Hunter Lab46.167051.5164-58.5015
CIE-Lab53.291357.0308-53.7335

#af58dd color RGB value is (175,88,221).

#af58dd hex color red value is 175, green value is 88 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #af58dd hue: 0.78 , saturation: 0.66 and the lightness value of af58dd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011000 11011101
Octal 257 130 335
Decimal 175 88 221
Hex AF 58 DD

RGB Percentages of Color #af58dd

%36.16
%18.18
%45.66

CMYK Percentages of Color #af58dd

%21
%60
%0
%13

Triadic Colors of #af58dd

#af58dd #ddaf58 #58ddaf

Analogous Colors of #af58dd

#af58dd #dd58c9 #6d58dd

Monochromatic Colors of #af58dd

#af58dd

Complementary Color

#af58dd #86dd58

#af58dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af58dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af58dd Color CSS Codes

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

#af58dd Text Font Color

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

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


#af58dd Background Color

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

This div background color is #af58dd


#af58dd Border Color

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

This div border color is #af58dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af58dd


Comments

No comments written yet.

Please login to write comment.