Color Hex Logo

#a658cb Color Hex

#A658CB
(166,88,203)
0 Favorites   0 Comments

Color spaces of #a658cb

RGB 16688203
HSL0.780.530.57
HSV281°57°80°
CMYK 0.180.570.00   0.20
XYZ29.995119.398258.6632
Yxy19.39820.27760.1795
Hunter Lab44.043444.4889-48.1404
CIE-Lab51.149950.9748-46.9660

#a658cb color RGB value is (166,88,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011000 11001011
Octal 246 130 313
Decimal 166 88 203
Hex A6 58 CB

RGB Percentages of Color #a658cb

%36.32
%19.26
%44.42

CMYK Percentages of Color #a658cb

%18
%57
%0
%20

Triadic Colors of #a658cb

#a658cb #cba658 #58cba6

Analogous Colors of #a658cb

#a658cb #cb58b7 #6d58cb

Monochromatic Colors of #a658cb

#a658cb

Complementary Color

#a658cb #7dcb58

#a658cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a658cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a658cb Color CSS Codes

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

#a658cb Text Font Color

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

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


#a658cb Background Color

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

This div background color is #a658cb


#a658cb Border Color

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

This div border color is #a658cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a658cb


Comments

No comments written yet.

Please login to write comment.