Color Hex Logo

#392cbd Color Hex

#392CBD
(57,44,189)
0 Favorites   0 Comments

Color spaces of #392cbd

RGB 5744189
HSL0.680.620.46
HSV245°77°74°
CMYK 0.700.770.00   0.26
XYZ11.77336.345348.7484
Yxy6.34530.17610.0949
Hunter Lab25.189939.3454-97.1073
CIE-Lab30.267449.8146-73.2304

#392cbd color RGB value is (57,44,189).

#392cbd hex color red value is 57, green value is 44 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #392cbd hue: 0.68 , saturation: 0.62 and the lightness value of 392cbd is 0.46.

The process color (four color CMYK) of #392cbd color hex is 0.70, 0.77, 0.00, 0.26. Web safe color of #392cbd is #3333cc. Color #392cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101100 10111101
Octal 71 54 275
Decimal 57 44 189
Hex 39 2C BD

RGB Percentages of Color #392cbd

%19.66
%15.17
%65.17

CMYK Percentages of Color #392cbd

%70
%77
%0
%26

Triadic Colors of #392cbd

#392cbd #bd392c #2cbd39

Analogous Colors of #392cbd

#392cbd #822cbd #2c68bd

Monochromatic Colors of #392cbd

#392cbd

Complementary Color

#392cbd #b0bd2c

#392cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#392cbd Color CSS Codes

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

#392cbd Text Font Color

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

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


#392cbd Background Color

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

This div background color is #392cbd


#392cbd Border Color

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

This div border color is #392cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,44,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 #392cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392cbd


Comments

No comments written yet.

Please login to write comment.