Color Hex Logo

#af61dc Color Hex

#AF61DC
(175,97,220)
0 Favorites   0 Comments

Color spaces of #af61dc

RGB 17597220
HSL0.770.640.62
HSV278°56°86°
CMYK 0.200.560.00   0.14
XYZ34.872222.830770.2789
Yxy22.83070.27250.1784
Hunter Lab47.781546.6565-53.7590
CIE-Lab54.897552.3528-50.6058

#af61dc color RGB value is (175,97,220).

#af61dc hex color red value is 175, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #af61dc hue: 0.77 , saturation: 0.64 and the lightness value of af61dc is 0.62.

The process color (four color CMYK) of #af61dc color hex is 0.20, 0.56, 0.00, 0.14. Web safe color of #af61dc is #9966cc. Color #af61dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100001 11011100
Octal 257 141 334
Decimal 175 97 220
Hex AF 61 DC

RGB Percentages of Color #af61dc

%35.57
%19.72
%44.72

CMYK Percentages of Color #af61dc

%20
%56
%0
%14

Triadic Colors of #af61dc

#af61dc #dcaf61 #61dcaf

Analogous Colors of #af61dc

#af61dc #dc61cc #7261dc

Monochromatic Colors of #af61dc

#af61dc

Complementary Color

#af61dc #8edc61

#af61dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af61dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af61dc Color CSS Codes

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

#af61dc Text Font Color

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

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


#af61dc Background Color

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

This div background color is #af61dc


#af61dc Border Color

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

This div border color is #af61dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af61dc


Comments

No comments written yet.

Please login to write comment.