Color Hex Logo

#3a1eda Color Hex

#3A1EDA
(58,30,218)
0 Favorites   0 Comments

Color spaces of #3a1eda

RGB 5830218
HSL0.690.760.49
HSV249°86°85°
CMYK 0.730.860.00   0.15
XYZ14.86416.890066.8762
Yxy6.89000.16770.0777
Hunter Lab26.248855.1450-132.6837
CIE-Lab31.555264.4038-88.0155

#3a1eda color RGB value is (58,30,218).

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

The process color (four color CMYK) of #3a1eda color hex is 0.73, 0.86, 0.00, 0.15. Web safe color of #3a1eda is #3333cc. Color #3a1eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00011110 11011010
Octal 72 36 332
Decimal 58 30 218
Hex 3A 1E DA

RGB Percentages of Color #3a1eda

%18.95
%9.80
%71.24

CMYK Percentages of Color #3a1eda

%73
%86
%0
%15

Triadic Colors of #3a1eda

#3a1eda #da3a1e #1eda3a

Analogous Colors of #3a1eda

#3a1eda #981eda #1e60da

Monochromatic Colors of #3a1eda

#3a1eda

Complementary Color

#3a1eda #beda1e

#3a1eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a1eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a1eda Color CSS Codes

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

#3a1eda Text Font Color

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

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


#3a1eda Background Color

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

This div background color is #3a1eda


#3a1eda Border Color

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

This div border color is #3a1eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a1eda


Comments

No comments written yet.

Please login to write comment.