Color Hex Logo

#390dbd Color Hex

#390DBD
(57,13,189)
0 Favorites   0 Comments

Color spaces of #390dbd

RGB 5713189
HSL0.710.870.40
HSV255°93°74°
CMYK 0.700.930.00   0.26
XYZ11.01664.831848.4961
Yxy4.83180.17120.0751
Hunter Lab21.981450.9931-115.4209
CIE-Lab26.250161.6722-79.8925

#390dbd color RGB value is (57,13,189).

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

The process color (four color CMYK) of #390dbd color hex is 0.70, 0.93, 0.00, 0.26. Web safe color of #390dbd is #3300cc. Color #390dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001101 10111101
Octal 71 15 275
Decimal 57 13 189
Hex 39 D BD

RGB Percentages of Color #390dbd

%22.01
%5.02
%72.97

CMYK Percentages of Color #390dbd

%70
%93
%0
%26

Triadic Colors of #390dbd

#390dbd #bd390d #0dbd39

Analogous Colors of #390dbd

#390dbd #910dbd #0d39bd

Monochromatic Colors of #390dbd

#390dbd

Complementary Color

#390dbd #91bd0d

#390dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#390dbd Color CSS Codes

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

#390dbd Text Font Color

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

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


#390dbd Background Color

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

This div background color is #390dbd


#390dbd Border Color

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

This div border color is #390dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390dbd


Comments

No comments written yet.

Please login to write comment.