Color Hex Logo

#390ead Color Hex

#390EAD
(57,14,173)
0 Favorites   0 Comments

Color spaces of #390ead

RGB 5714173
HSL0.710.850.37
HSV256°92°68°
CMYK 0.670.920.00   0.32
XYZ9.38724.201139.8513
Yxy4.20110.17570.0786
Hunter Lab20.496645.8819-100.9293
CIE-Lab24.325457.3026-73.5353

#390ead color RGB value is (57,14,173).

#390ead hex color red value is 57, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #390ead hue: 0.71 , saturation: 0.85 and the lightness value of 390ead is 0.37.

The process color (four color CMYK) of #390ead color hex is 0.67, 0.92, 0.00, 0.32. Web safe color of #390ead is #330099. Color #390ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001110 10101101
Octal 71 16 255
Decimal 57 14 173
Hex 39 E AD

RGB Percentages of Color #390ead

%23.36
%5.74
%70.90

CMYK Percentages of Color #390ead

%67
%92
%0
%32

Triadic Colors of #390ead

#390ead #ad390e #0ead39

Analogous Colors of #390ead

#390ead #890ead #0e32ad

Monochromatic Colors of #390ead

#390ead

Complementary Color

#390ead #82ad0e

#390ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#390ead Color CSS Codes

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

#390ead Text Font Color

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

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


#390ead Background Color

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

This div background color is #390ead


#390ead Border Color

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

This div border color is #390ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,14,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #390ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #390ead;
  -webkit-box-shadow: 1px 1px 3px 2px #390ead;
  box-shadow:         1px 1px 3px 2px #390ead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,14,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390ead


Comments

No comments written yet.

Please login to write comment.