Color Hex Logo

#392bd4 Color Hex

#392BD4
(57,43,212)
0 Favorites   0 Comments

Color spaces of #392bd4

RGB 5743212
HSL0.680.660.50
HSV245°80°83°
CMYK 0.730.800.00   0.17
XYZ14.43497.351162.9455
Yxy7.35110.17040.0868
Hunter Lab27.112947.5857-118.6690
CIE-Lab32.593257.3113-82.8275

#392bd4 color RGB value is (57,43,212).

#392bd4 hex color red value is 57, green value is 43 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #392bd4 hue: 0.68 , saturation: 0.66 and the lightness value of 392bd4 is 0.50.

The process color (four color CMYK) of #392bd4 color hex is 0.73, 0.80, 0.00, 0.17. Web safe color of #392bd4 is #3333cc. Color #392bd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101011 11010100
Octal 71 53 324
Decimal 57 43 212
Hex 39 2B D4

RGB Percentages of Color #392bd4

%18.27
%13.78
%67.95

CMYK Percentages of Color #392bd4

%73
%80
%0
%17

Triadic Colors of #392bd4

#392bd4 #d4392b #2bd439

Analogous Colors of #392bd4

#392bd4 #8e2bd4 #2b72d4

Monochromatic Colors of #392bd4

#392bd4

Complementary Color

#392bd4 #c6d42b

#392bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392bd4 Color CSS Codes

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

#392bd4 Text Font Color

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

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


#392bd4 Background Color

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

This div background color is #392bd4


#392bd4 Border Color

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

This div border color is #392bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392bd4


Comments

No comments written yet.

Please login to write comment.