Color Hex Logo

#af95dc Color Hex

#AF95DC
(175,149,220)
0 Favorites   0 Comments

Color spaces of #af95dc

RGB 175149220
HSL0.730.500.72
HSV262°32°86°
CMYK 0.200.320.00   0.14
XYZ41.344935.776272.4365
Yxy35.77620.27640.2392
Hunter Lab59.813218.7121-29.9336
CIE-Lab66.348623.8968-32.6136

#af95dc color RGB value is (175,149,220).

#af95dc hex color red value is 175, green value is 149 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #af95dc hue: 0.73 , saturation: 0.50 and the lightness value of af95dc is 0.72.

The process color (four color CMYK) of #af95dc color hex is 0.20, 0.32, 0.00, 0.14. Web safe color of #af95dc is #9999cc. Color #af95dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010101 11011100
Octal 257 225 334
Decimal 175 149 220
Hex AF 95 DC

RGB Percentages of Color #af95dc

%32.17
%27.39
%40.44

CMYK Percentages of Color #af95dc

%20
%32
%0
%14

Triadic Colors of #af95dc

#af95dc #dcaf95 #95dcaf

Analogous Colors of #af95dc

#af95dc #d395dc #959fdc

Monochromatic Colors of #af95dc

#af95dc

Complementary Color

#af95dc #c2dc95

#af95dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af95dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af95dc Color CSS Codes

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

#af95dc Text Font Color

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

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


#af95dc Background Color

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

This div background color is #af95dc


#af95dc Border Color

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

This div border color is #af95dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af95dc


Comments

No comments written yet.

Please login to write comment.