Color Hex Logo

#a50dee Color Hex

#A50DEE
(165,13,238)
0 Favorites   0 Comments

Color spaces of #a50dee

RGB 16513238
HSL0.780.900.49
HSV281°95°93°
CMYK 0.310.950.00   0.07
XYZ31.093614.460282.0412
Yxy14.46020.24370.1133
Hunter Lab38.026679.4095-101.2978
CIE-Lab44.885882.0810-77.0172

#a50dee color RGB value is (165,13,238).

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

The process color (four color CMYK) of #a50dee color hex is 0.31, 0.95, 0.00, 0.07. Web safe color of #a50dee is #9900ff. Color #a50dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001101 11101110
Octal 245 15 356
Decimal 165 13 238
Hex A5 D EE

RGB Percentages of Color #a50dee

%39.66
%3.13
%57.21

CMYK Percentages of Color #a50dee

%31
%95
%0
%7

Triadic Colors of #a50dee

#a50dee #eea50d #0deea5

Analogous Colors of #a50dee

#a50dee #ee0dc7 #350dee

Monochromatic Colors of #a50dee

#a50dee

Complementary Color

#a50dee #56ee0d

#a50dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50dee Color CSS Codes

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

#a50dee Text Font Color

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

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


#a50dee Background Color

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

This div background color is #a50dee


#a50dee Border Color

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

This div border color is #a50dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50dee


Comments

No comments written yet.

Please login to write comment.