Color Hex Logo

#a741eb Color Hex

#A741EB
(167,65,235)
0 Favorites   0 Comments

Color spaces of #a741eb

RGB 16765235
HSL0.770.810.59
HSV276°72°92°
CMYK 0.290.720.00   0.08
XYZ32.822017.994280.3406
Yxy17.99420.25030.1372
Hunter Lab42.419663.8795-82.5987
CIE-Lab49.489168.5082-67.8142

#a741eb color RGB value is (167,65,235).

#a741eb hex color red value is 167, green value is 65 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a741eb hue: 0.77 , saturation: 0.81 and the lightness value of a741eb is 0.59.

The process color (four color CMYK) of #a741eb color hex is 0.29, 0.72, 0.00, 0.08. Web safe color of #a741eb is #9933ff. Color #a741eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000001 11101011
Octal 247 101 353
Decimal 167 65 235
Hex A7 41 EB

RGB Percentages of Color #a741eb

%35.76
%13.92
%50.32

CMYK Percentages of Color #a741eb

%29
%72
%0
%8

Triadic Colors of #a741eb

#a741eb #eba741 #41eba7

Analogous Colors of #a741eb

#a741eb #eb41da #5241eb

Monochromatic Colors of #a741eb

#a741eb

Complementary Color

#a741eb #85eb41

#a741eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a741eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a741eb Color CSS Codes

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

#a741eb Text Font Color

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

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


#a741eb Background Color

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

This div background color is #a741eb


#a741eb Border Color

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

This div border color is #a741eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,65,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a741eb


Comments

No comments written yet.

Please login to write comment.