Color Hex Logo

#a058cb Color Hex

#A058CB
(160,88,203)
0 Favorites   0 Comments

Color spaces of #a058cb

RGB 16088203
HSL0.770.530.57
HSV278°57°80°
CMYK 0.210.570.00   0.20
XYZ28.766418.764858.6057
Yxy18.76480.27100.1768
Hunter Lab43.318442.7293-49.8910
CIE-Lab50.410949.4470-48.1869

#a058cb color RGB value is (160,88,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 11001011
Octal 240 130 313
Decimal 160 88 203
Hex A0 58 CB

RGB Percentages of Color #a058cb

%35.48
%19.51
%45.01

CMYK Percentages of Color #a058cb

%21
%57
%0
%20

Triadic Colors of #a058cb

#a058cb #cba058 #58cba0

Analogous Colors of #a058cb

#a058cb #cb58bd #6758cb

Monochromatic Colors of #a058cb

#a058cb

Complementary Color

#a058cb #83cb58

#a058cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a058cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a058cb Color CSS Codes

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

#a058cb Text Font Color

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

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


#a058cb Background Color

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

This div background color is #a058cb


#a058cb Border Color

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

This div border color is #a058cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a058cb


Comments

No comments written yet.

Please login to write comment.