Color Hex Logo

#a541ef Color Hex

#A541EF
(165,65,239)
0 Favorites   0 Comments

Color spaces of #a541ef

RGB 16565239
HSL0.760.840.60
HSV274°73°94°
CMYK 0.310.730.00   0.06
XYZ32.987318.011983.3994
Yxy18.01190.24540.1340
Hunter Lab42.440464.4704-86.8021
CIE-Lab49.510569.0036-70.0423

#a541ef color RGB value is (165,65,239).

#a541ef hex color red value is 165, green value is 65 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a541ef hue: 0.76 , saturation: 0.84 and the lightness value of a541ef is 0.60.

The process color (four color CMYK) of #a541ef color hex is 0.31, 0.73, 0.00, 0.06. Web safe color of #a541ef is #9933ff. Color #a541ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000001 11101111
Octal 245 101 357
Decimal 165 65 239
Hex A5 41 EF

RGB Percentages of Color #a541ef

%35.18
%13.86
%50.96

CMYK Percentages of Color #a541ef

%31
%73
%0
%6

Triadic Colors of #a541ef

#a541ef #efa541 #41efa5

Analogous Colors of #a541ef

#a541ef #ef41e2 #4e41ef

Monochromatic Colors of #a541ef

#a541ef

Complementary Color

#a541ef #8bef41

#a541ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a541ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a541ef Color CSS Codes

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

#a541ef Text Font Color

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

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


#a541ef Background Color

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

This div background color is #a541ef


#a541ef Border Color

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

This div border color is #a541ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,65,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 #a541ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a541ef


Comments

No comments written yet.

Please login to write comment.