Color Hex Logo

#a510cb Color Hex

#A510CB
(165,16,203)
0 Favorites   0 Comments

Color spaces of #a510cb

RGB 16516203
HSL0.800.850.43
HSV288°92°80°
CMYK 0.190.920.00   0.20
XYZ26.481812.681757.5520
Yxy12.68170.27380.1311
Hunter Lab35.611470.4186-70.8914
CIE-Lab42.279775.3620-61.2253

#a510cb color RGB value is (165,16,203).

#a510cb hex color red value is 165, green value is 16 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a510cb hue: 0.80 , saturation: 0.85 and the lightness value of a510cb is 0.43.

The process color (four color CMYK) of #a510cb color hex is 0.19, 0.92, 0.00, 0.20. Web safe color of #a510cb is #9900cc. Color #a510cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010000 11001011
Octal 245 20 313
Decimal 165 16 203
Hex A5 10 CB

RGB Percentages of Color #a510cb

%42.97
%4.17
%52.86

CMYK Percentages of Color #a510cb

%19
%92
%0
%20

Triadic Colors of #a510cb

#a510cb #cba510 #10cba5

Analogous Colors of #a510cb

#a510cb #cb1094 #4810cb

Monochromatic Colors of #a510cb

#a510cb

Complementary Color

#a510cb #36cb10

#a510cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a510cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a510cb Color CSS Codes

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

#a510cb Text Font Color

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

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


#a510cb Background Color

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

This div background color is #a510cb


#a510cb Border Color

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

This div border color is #a510cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a510cb


Comments

No comments written yet.

Please login to write comment.