Color Hex Logo

#a50fbe Color Hex

#A50FBE
(165,15,190)
0 Favorites   0 Comments

Color spaces of #a50fbe

RGB 16515190
HSL0.810.850.40
HSV291°92°75°
CMYK 0.130.920.00   0.25
XYZ24.982112.058749.7261
Yxy12.05870.28790.1390
Hunter Lab34.725667.6455-60.5936
CIE-Lab41.309373.2600-55.2089

#a50fbe color RGB value is (165,15,190).

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

The process color (four color CMYK) of #a50fbe color hex is 0.13, 0.92, 0.00, 0.25. Web safe color of #a50fbe is #9900cc. Color #a50fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001111 10111110
Octal 245 17 276
Decimal 165 15 190
Hex A5 F BE

RGB Percentages of Color #a50fbe

%44.59
%4.05
%51.35

CMYK Percentages of Color #a50fbe

%13
%92
%0
%25

Triadic Colors of #a50fbe

#a50fbe #bea50f #0fbea5

Analogous Colors of #a50fbe

#a50fbe #be0f80 #4d0fbe

Monochromatic Colors of #a50fbe

#a50fbe

Complementary Color

#a50fbe #28be0f

#a50fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50fbe Color CSS Codes

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

#a50fbe Text Font Color

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

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


#a50fbe Background Color

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

This div background color is #a50fbe


#a50fbe Border Color

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

This div border color is #a50fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50fbe


Comments

No comments written yet.

Please login to write comment.