Color Hex Logo

#a50fce Color Hex

#A50FCE
(165,15,206)
0 Favorites   0 Comments

Color spaces of #a50fce

RGB 16515206
HSL0.800.860.43
HSV287°93°81°
CMYK 0.200.930.00   0.19
XYZ26.828512.797259.4486
Yxy12.79720.27080.1292
Hunter Lab35.773271.2651-73.4881
CIE-Lab42.456176.0207-62.6783

#a50fce color RGB value is (165,15,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001111 11001110
Octal 245 17 316
Decimal 165 15 206
Hex A5 F CE

RGB Percentages of Color #a50fce

%42.75
%3.89
%53.37

CMYK Percentages of Color #a50fce

%20
%93
%0
%19

Triadic Colors of #a50fce

#a50fce #cea50f #0fcea5

Analogous Colors of #a50fce

#a50fce #ce0f98 #450fce

Monochromatic Colors of #a50fce

#a50fce

Complementary Color

#a50fce #38ce0f

#a50fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50fce Color CSS Codes

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

#a50fce Text Font Color

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

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


#a50fce Background Color

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

This div background color is #a50fce


#a50fce Border Color

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

This div border color is #a50fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50fce


Comments

No comments written yet.

Please login to write comment.