Color Hex Logo

#a85fde Color Hex

#A85FDE
(168,95,222)
0 Favorites   0 Comments

Color spaces of #a85fde

RGB 16895222
HSL0.760.660.62
HSV274°57°87°
CMYK 0.240.570.00   0.13
XYZ33.425521.783271.5501
Yxy21.78320.26370.1718
Hunter Lab46.672546.1598-58.2224
CIE-Lab53.796252.0798-53.5405

#a85fde color RGB value is (168,95,222).

#a85fde hex color red value is 168, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a85fde hue: 0.76 , saturation: 0.66 and the lightness value of a85fde is 0.62.

The process color (four color CMYK) of #a85fde color hex is 0.24, 0.57, 0.00, 0.13. Web safe color of #a85fde is #9966cc. Color #a85fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011111 11011110
Octal 250 137 336
Decimal 168 95 222
Hex A8 5F DE

RGB Percentages of Color #a85fde

%34.64
%19.59
%45.77

CMYK Percentages of Color #a85fde

%24
%57
%0
%13

Triadic Colors of #a85fde

#a85fde #dea85f #5fdea8

Analogous Colors of #a85fde

#a85fde #de5fd5 #695fde

Monochromatic Colors of #a85fde

#a85fde

Complementary Color

#a85fde #95de5f

#a85fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85fde Color CSS Codes

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

#a85fde Text Font Color

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

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


#a85fde Background Color

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

This div background color is #a85fde


#a85fde Border Color

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

This div border color is #a85fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85fde


Comments

No comments written yet.

Please login to write comment.