Color Hex Logo

#390eae Color Hex

#390EAE
(57,14,174)
0 Favorites   0 Comments

Color spaces of #390eae

RGB 5714174
HSL0.710.850.37
HSV256°92°68°
CMYK 0.670.920.00   0.32
XYZ9.48444.239940.3629
Yxy4.23990.17540.0784
Hunter Lab20.591046.1844-101.8077
CIE-Lab24.449257.5641-73.9316

#390eae color RGB value is (57,14,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001110 10101110
Octal 71 16 256
Decimal 57 14 174
Hex 39 E AE

RGB Percentages of Color #390eae

%23.27
%5.71
%71.02

CMYK Percentages of Color #390eae

%67
%92
%0
%32

Triadic Colors of #390eae

#390eae #ae390e #0eae39

Analogous Colors of #390eae

#390eae #890eae #0e33ae

Monochromatic Colors of #390eae

#390eae

Complementary Color

#390eae #83ae0e

#390eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#390eae Color CSS Codes

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

#390eae Text Font Color

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

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


#390eae Background Color

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

This div background color is #390eae


#390eae Border Color

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

This div border color is #390eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390eae


Comments

No comments written yet.

Please login to write comment.