Color Hex Logo

#392db5 Color Hex

#392DB5
(57,45,181)
0 Favorites   0 Comments

Color spaces of #392db5

RGB 5745181
HSL0.680.600.44
HSV245°75°71°
CMYK 0.690.750.00   0.29
XYZ10.96626.082844.3122
Yxy6.08280.17870.0991
Hunter Lab24.663336.2067-89.2610
CIE-Lab29.620446.7726-69.5565

#392db5 color RGB value is (57,45,181).

#392db5 hex color red value is 57, green value is 45 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #392db5 hue: 0.68 , saturation: 0.60 and the lightness value of 392db5 is 0.44.

The process color (four color CMYK) of #392db5 color hex is 0.69, 0.75, 0.00, 0.29. Web safe color of #392db5 is #3333cc. Color #392db5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101101 10110101
Octal 71 55 265
Decimal 57 45 181
Hex 39 2D B5

RGB Percentages of Color #392db5

%20.14
%15.90
%63.96

CMYK Percentages of Color #392db5

%69
%75
%0
%29

Triadic Colors of #392db5

#392db5 #b5392d #2db539

Analogous Colors of #392db5

#392db5 #7d2db5 #2d65b5

Monochromatic Colors of #392db5

#392db5

Complementary Color

#392db5 #a9b52d

#392db5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392db5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392db5 Color CSS Codes

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

#392db5 Text Font Color

<p style="color:#392db5">Text here</p>

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


#392db5 Background Color

<div style="background-color:#392db5">
Div content here</div>

This div background color is #392db5


#392db5 Border Color

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

This div border color is #392db5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,45,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #392db5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #392db5;
  -webkit-box-shadow: 1px 1px 3px 2px #392db5;
  box-shadow:         1px 1px 3px 2px #392db5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392db5


Comments

No comments written yet.

Please login to write comment.