Color Hex Logo

#390ac4 Color Hex

#390AC4
(57,10,196)
0 Favorites   0 Comments

Color spaces of #390ac4

RGB 5710196
HSL0.710.900.40
HSV255°95°77°
CMYK 0.710.950.00   0.23
XYZ11.75975.072552.5838
Yxy5.07250.16940.0731
Hunter Lab22.522253.7877-122.6620
CIE-Lab26.940364.0595-82.8786

#390ac4 color RGB value is (57,10,196).

#390ac4 hex color red value is 57, green value is 10 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #390ac4 hue: 0.71 , saturation: 0.90 and the lightness value of 390ac4 is 0.40.

The process color (four color CMYK) of #390ac4 color hex is 0.71, 0.95, 0.00, 0.23. Web safe color of #390ac4 is #3300cc. Color #390ac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001010 11000100
Octal 71 12 304
Decimal 57 10 196
Hex 39 A C4

RGB Percentages of Color #390ac4

%21.67
%3.80
%74.52

CMYK Percentages of Color #390ac4

%71
%95
%0
%23

Triadic Colors of #390ac4

#390ac4 #c4390a #0ac439

Analogous Colors of #390ac4

#390ac4 #960ac4 #0a38c4

Monochromatic Colors of #390ac4

#390ac4

Complementary Color

#390ac4 #95c40a

#390ac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390ac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390ac4 Color CSS Codes

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

#390ac4 Text Font Color

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

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


#390ac4 Background Color

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

This div background color is #390ac4


#390ac4 Border Color

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

This div border color is #390ac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390ac4


Comments

No comments written yet.

Please login to write comment.