Color Hex Logo

#a51eca Color Hex

#A51ECA
(165,30,202)
0 Favorites   0 Comments

Color spaces of #a51eca

RGB 16530202
HSL0.800.740.45
HSV287°85°79°
CMYK 0.180.850.00   0.21
XYZ26.642013.192157.0193
Yxy13.19210.27510.1362
Hunter Lab36.320967.3711-67.6532
CIE-Lab43.051372.6934-59.3945

#a51eca color RGB value is (165,30,202).

#a51eca hex color red value is 165, green value is 30 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a51eca hue: 0.80 , saturation: 0.74 and the lightness value of a51eca is 0.45.

The process color (four color CMYK) of #a51eca color hex is 0.18, 0.85, 0.00, 0.21. Web safe color of #a51eca is #9933cc. Color #a51eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011110 11001010
Octal 245 36 312
Decimal 165 30 202
Hex A5 1E CA

RGB Percentages of Color #a51eca

%41.56
%7.56
%50.88

CMYK Percentages of Color #a51eca

%18
%85
%0
%21

Triadic Colors of #a51eca

#a51eca #caa51e #1ecaa5

Analogous Colors of #a51eca

#a51eca #ca1e99 #4f1eca

Monochromatic Colors of #a51eca

#a51eca

Complementary Color

#a51eca #43ca1e

#a51eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51eca Color CSS Codes

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

#a51eca Text Font Color

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

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


#a51eca Background Color

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

This div background color is #a51eca


#a51eca Border Color

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

This div border color is #a51eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,30,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a51eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51eca


Comments

No comments written yet.

Please login to write comment.