Color Hex Logo

#a658cf Color Hex

#A658CF
(166,88,207)
0 Favorites   0 Comments

Color spaces of #a658cf

RGB 16688207
HSL0.780.550.58
HSV279°57°81°
CMYK 0.200.570.00   0.19
XYZ30.478119.591461.2066
Yxy19.59140.27390.1761
Hunter Lab44.262245.4529-51.0039
CIE-Lab51.372151.8346-48.9016

#a658cf color RGB value is (166,88,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011000 11001111
Octal 246 130 317
Decimal 166 88 207
Hex A6 58 CF

RGB Percentages of Color #a658cf

%36.01
%19.09
%44.90

CMYK Percentages of Color #a658cf

%20
%57
%0
%19

Triadic Colors of #a658cf

#a658cf #cfa658 #58cfa6

Analogous Colors of #a658cf

#a658cf #cf58bd #6b58cf

Monochromatic Colors of #a658cf

#a658cf

Complementary Color

#a658cf #81cf58

#a658cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a658cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a658cf Color CSS Codes

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

#a658cf Text Font Color

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

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


#a658cf Background Color

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

This div background color is #a658cf


#a658cf Border Color

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

This div border color is #a658cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a658cf


Comments

No comments written yet.

Please login to write comment.