Color Hex Logo

#a50ebf Color Hex

#A50EBF
(165,14,191)
0 Favorites   0 Comments

Color spaces of #a50ebf

RGB 16514191
HSL0.810.860.40
HSV291°93°75°
CMYK 0.140.930.00   0.25
XYZ25.078112.075050.2992
Yxy12.07500.28680.1381
Hunter Lab34.749168.0108-61.4977
CIE-Lab41.335173.5585-55.7538

#a50ebf color RGB value is (165,14,191).

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

The process color (four color CMYK) of #a50ebf color hex is 0.14, 0.93, 0.00, 0.25. Web safe color of #a50ebf is #9900cc. Color #a50ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001110 10111111
Octal 245 16 277
Decimal 165 14 191
Hex A5 E BF

RGB Percentages of Color #a50ebf

%44.59
%3.78
%51.62

CMYK Percentages of Color #a50ebf

%14
%93
%0
%25

Triadic Colors of #a50ebf

#a50ebf #bfa50e #0ebfa5

Analogous Colors of #a50ebf

#a50ebf #bf0e81 #4c0ebf

Monochromatic Colors of #a50ebf

#a50ebf

Complementary Color

#a50ebf #28bf0e

#a50ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50ebf Color CSS Codes

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

#a50ebf Text Font Color

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

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


#a50ebf Background Color

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

This div background color is #a50ebf


#a50ebf Border Color

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

This div border color is #a50ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50ebf


Comments

No comments written yet.

Please login to write comment.