Color Hex Logo

#a815cb Color Hex

#A815CB
(168,21,203)
0 Favorites   0 Comments

Color spaces of #a815cb

RGB 16821203
HSL0.800.810.44
HSV288°90°80°
CMYK 0.170.900.00   0.20
XYZ27.196113.173057.6092
Yxy13.17300.27760.1344
Hunter Lab36.294670.2371-68.7027
CIE-Lab43.022875.0693-59.9976

#a815cb color RGB value is (168,21,203).

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

The process color (four color CMYK) of #a815cb color hex is 0.17, 0.90, 0.00, 0.20. Web safe color of #a815cb is #9900cc. Color #a815cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010101 11001011
Octal 250 25 313
Decimal 168 21 203
Hex A8 15 CB

RGB Percentages of Color #a815cb

%42.86
%5.36
%51.79

CMYK Percentages of Color #a815cb

%17
%90
%0
%20

Triadic Colors of #a815cb

#a815cb #cba815 #15cba8

Analogous Colors of #a815cb

#a815cb #cb1593 #4d15cb

Monochromatic Colors of #a815cb

#a815cb

Complementary Color

#a815cb #38cb15

#a815cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a815cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a815cb Color CSS Codes

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

#a815cb Text Font Color

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

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


#a815cb Background Color

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

This div background color is #a815cb


#a815cb Border Color

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

This div border color is #a815cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a815cb


Comments

No comments written yet.

Please login to write comment.