Color Hex Logo

#a358cb Color Hex

#A358CB
(163,88,203)
0 Favorites   0 Comments

Color spaces of #a358cb

RGB 16388203
HSL0.780.530.57
HSV279°57°80°
CMYK 0.200.570.00   0.20
XYZ29.373519.077858.6341
Yxy19.07780.27430.1782
Hunter Lab43.678143.6043-49.0170
CIE-Lab50.778150.2093-47.5800

#a358cb color RGB value is (163,88,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011000 11001011
Octal 243 130 313
Decimal 163 88 203
Hex A3 58 CB

RGB Percentages of Color #a358cb

%35.90
%19.38
%44.71

CMYK Percentages of Color #a358cb

%20
%57
%0
%20

Triadic Colors of #a358cb

#a358cb #cba358 #58cba3

Analogous Colors of #a358cb

#a358cb #cb58ba #6a58cb

Monochromatic Colors of #a358cb

#a358cb

Complementary Color

#a358cb #80cb58

#a358cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a358cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a358cb Color CSS Codes

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

#a358cb Text Font Color

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

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


#a358cb Background Color

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

This div background color is #a358cb


#a358cb Border Color

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

This div border color is #a358cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a358cb


Comments

No comments written yet.

Please login to write comment.