Color Hex Logo

#a117cb Color Hex

#A117CB
(161,23,203)
0 Favorites   0 Comments

Color spaces of #a117cb

RGB 16123203
HSL0.790.800.44
HSV286°89°80°
CMYK 0.210.890.00   0.20
XYZ25.783812.501757.5540
Yxy12.50170.26900.1304
Hunter Lab35.357768.2909-71.7596
CIE-Lab42.002673.6614-61.7048

#a117cb color RGB value is (161,23,203).

#a117cb hex color red value is 161, green value is 23 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a117cb hue: 0.79 , saturation: 0.80 and the lightness value of a117cb is 0.44.

The process color (four color CMYK) of #a117cb color hex is 0.21, 0.89, 0.00, 0.20. Web safe color of #a117cb is #9900cc. Color #a117cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010111 11001011
Octal 241 27 313
Decimal 161 23 203
Hex A1 17 CB

RGB Percentages of Color #a117cb

%41.60
%5.94
%52.45

CMYK Percentages of Color #a117cb

%21
%89
%0
%20

Triadic Colors of #a117cb

#a117cb #cba117 #17cba1

Analogous Colors of #a117cb

#a117cb #cb179b #4717cb

Monochromatic Colors of #a117cb

#a117cb

Complementary Color

#a117cb #41cb17

#a117cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a117cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a117cb Color CSS Codes

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

#a117cb Text Font Color

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

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


#a117cb Background Color

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

This div background color is #a117cb


#a117cb Border Color

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

This div border color is #a117cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a117cb


Comments

No comments written yet.

Please login to write comment.