Color Hex Logo

#a50ebc Color Hex

#A50EBC
(165,14,188)
0 Favorites   0 Comments

Color spaces of #a50ebc

RGB 16514188
HSL0.810.860.40
HSV292°93°74°
CMYK 0.120.930.00   0.26
XYZ24.751211.944248.5779
Yxy11.94420.29030.1401
Hunter Lab34.560467.3561-59.1455
CIE-Lab41.127373.0546-54.3280

#a50ebc color RGB value is (165,14,188).

#a50ebc hex color red value is 165, green value is 14 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a50ebc hue: 0.81 , saturation: 0.86 and the lightness value of a50ebc is 0.40.

The process color (four color CMYK) of #a50ebc color hex is 0.12, 0.93, 0.00, 0.26. Web safe color of #a50ebc is #9900cc. Color #a50ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001110 10111100
Octal 245 16 274
Decimal 165 14 188
Hex A5 E BC

RGB Percentages of Color #a50ebc

%44.96
%3.81
%51.23

CMYK Percentages of Color #a50ebc

%12
%93
%0
%26

Triadic Colors of #a50ebc

#a50ebc #bca50e #0ebca5

Analogous Colors of #a50ebc

#a50ebc #bc0e7c #4e0ebc

Monochromatic Colors of #a50ebc

#a50ebc

Complementary Color

#a50ebc #25bc0e

#a50ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50ebc Color CSS Codes

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

#a50ebc Text Font Color

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

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


#a50ebc Background Color

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

This div background color is #a50ebc


#a50ebc Border Color

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

This div border color is #a50ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50ebc


Comments

No comments written yet.

Please login to write comment.