color codes Logo

#a50cef color codes

#A50CEF
(165,12,239)
0 Favorites   0 Comments

Color spaces of #a50cef

RGB 16512239
HSL0.780.900.49
HSV280°95°94°
CMYK 0.310.950.00   0.06
XYZ31.228514.494382.8131
Yxy14.49430.24300.1128
Hunter Lab38.071479.7918-102.3180
CIE-Lab44.933682.3724-77.5037

#a50cef color RGB value is (165,12,239).

#a50cef hex color red value is 165, green value is 12 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a50cef hue: 0.78 , saturation: 0.90 and the lightness value of a50cef is 0.49.

The process color (four color CMYK) of #a50cef color code is 0.31, 0.95, 0.00, 0.06. Web safe color of #a50cef is #9900ff. Color #a50cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001100 11101111
Octal 245 14 357
Decimal 165 12 239
Hex A5 C EF

RGB Percentages of Color #a50cef

%39.66
%2.88
%57.45

CMYK Percentages of Color #a50cef

%31
%95
%0
%6

Triadic Colors of #a50cef

#a50cef #efa50c #0cefa5

Analogous Colors of #a50cef

#a50cef #ef0cc8 #340cef

Monochromatic Colors of #a50cef

#a50cef

Complementary Color

#a50cef #56ef0c

#a50cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50cef Color CSS Codes

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

#a50cef Text Font Color

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

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


#a50cef Background Color

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

This div background color is #a50cef


#a50cef Border Color

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

This div border color is #a50cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50cef


Comments

No comments written yet.

Please login to write comment.