Color Hex Logo

#a85dfd Color Hex

#A85DFD
(168,93,253)
0 Favorites   0 Comments

Color spaces of #a85dfd

RGB 16893253
HSL0.740.980.68
HSV268°63°99°
CMYK 0.340.630.00   0.01
XYZ37.792423.245495.4234
Yxy23.24540.24150.1486
Hunter Lab48.213555.5446-83.5964
CIE-Lab55.324260.2385-68.4212

#a85dfd color RGB value is (168,93,253).

#a85dfd hex color red value is 168, green value is 93 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a85dfd hue: 0.74 , saturation: 0.98 and the lightness value of a85dfd is 0.68.

The process color (four color CMYK) of #a85dfd color hex is 0.34, 0.63, 0.00, 0.01. Web safe color of #a85dfd is #9966ff. Color #a85dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011101 11111101
Octal 250 135 375
Decimal 168 93 253
Hex A8 5D FD

RGB Percentages of Color #a85dfd

%32.68
%18.09
%49.22

CMYK Percentages of Color #a85dfd

%34
%63
%0
%1

Triadic Colors of #a85dfd

#a85dfd #fda85d #5dfda8

Analogous Colors of #a85dfd

#a85dfd #f85dfd #5d62fd

Monochromatic Colors of #a85dfd

#a85dfd

Complementary Color

#a85dfd #b2fd5d

#a85dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85dfd Color CSS Codes

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

#a85dfd Text Font Color

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

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


#a85dfd Background Color

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

This div background color is #a85dfd


#a85dfd Border Color

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

This div border color is #a85dfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,93,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85dfd


Comments

No comments written yet.

Please login to write comment.