Color Hex Logo

#3a1ae1 Color Hex

#3A1AE1
(58,26,225)
0 Favorites   0 Comments

Color spaces of #3a1ae1

RGB 5826225
HSL0.690.790.49
HSV250°88°88°
CMYK 0.740.880.00   0.12
XYZ15.70497.074671.7720
Yxy7.07460.16610.0748
Hunter Lab26.598158.8489-141.3686
CIE-Lab31.976167.5756-91.3409

#3a1ae1 color RGB value is (58,26,225).

#3a1ae1 hex color red value is 58, green value is 26 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #3a1ae1 hue: 0.69 , saturation: 0.79 and the lightness value of 3a1ae1 is 0.49.

The process color (four color CMYK) of #3a1ae1 color hex is 0.74, 0.88, 0.00, 0.12. Web safe color of #3a1ae1 is #3333cc. Color #3a1ae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00011010 11100001
Octal 72 32 341
Decimal 58 26 225
Hex 3A 1A E1

RGB Percentages of Color #3a1ae1

%18.77
%8.41
%72.82

CMYK Percentages of Color #3a1ae1

%74
%88
%0
%12

Triadic Colors of #3a1ae1

#3a1ae1 #e13a1a #1ae13a

Analogous Colors of #3a1ae1

#3a1ae1 #9e1ae1 #1a5de1

Monochromatic Colors of #3a1ae1

#3a1ae1

Complementary Color

#3a1ae1 #c1e11a

#3a1ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a1ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a1ae1 Color CSS Codes

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

#3a1ae1 Text Font Color

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

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


#3a1ae1 Background Color

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

This div background color is #3a1ae1


#3a1ae1 Border Color

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

This div border color is #3a1ae1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,26,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a1ae1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a1ae1;
  -webkit-box-shadow: 1px 1px 3px 2px #3a1ae1;
  box-shadow:         1px 1px 3px 2px #3a1ae1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,26,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a1ae1


Comments

No comments written yet.

Please login to write comment.