Color Hex Logo

#a858cf Color Hex

#A858CF
(168,88,207)
0 Favorites   0 Comments

Color spaces of #a858cf

RGB 16888207
HSL0.780.550.58
HSV280°57°81°
CMYK 0.190.570.00   0.19
XYZ30.900719.809361.2264
Yxy19.80930.27610.1770
Hunter Lab44.507646.0404-50.4062
CIE-Lab51.620952.3364-48.4903

#a858cf color RGB value is (168,88,207).

#a858cf hex color red value is 168, green value is 88 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a858cf hue: 0.78 , saturation: 0.55 and the lightness value of a858cf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011000 11001111
Octal 250 130 317
Decimal 168 88 207
Hex A8 58 CF

RGB Percentages of Color #a858cf

%36.29
%19.01
%44.71

CMYK Percentages of Color #a858cf

%19
%57
%0
%19

Triadic Colors of #a858cf

#a858cf #cfa858 #58cfa8

Analogous Colors of #a858cf

#a858cf #cf58bb #6d58cf

Monochromatic Colors of #a858cf

#a858cf

Complementary Color

#a858cf #7fcf58

#a858cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a858cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a858cf Color CSS Codes

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

#a858cf Text Font Color

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

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


#a858cf Background Color

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

This div background color is #a858cf


#a858cf Border Color

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

This div border color is #a858cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a858cf


Comments

No comments written yet.

Please login to write comment.