Color Hex Logo

#392eba Color Hex

#392EBA
(57,46,186)
0 Favorites   0 Comments

Color spaces of #392eba

RGB 5746186
HSL0.680.600.45
HSV245°75°73°
CMYK 0.690.750.00   0.27
XYZ11.52736.369047.0762
Yxy6.36900.17740.0980
Hunter Lab25.236937.3679-92.9322
CIE-Lab30.325047.8184-71.3614

#392eba color RGB value is (57,46,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101110 10111010
Octal 71 56 272
Decimal 57 46 186
Hex 39 2E BA

RGB Percentages of Color #392eba

%19.72
%15.92
%64.36

CMYK Percentages of Color #392eba

%69
%75
%0
%27

Triadic Colors of #392eba

#392eba #ba392e #2eba39

Analogous Colors of #392eba

#392eba #7f2eba #2e69ba

Monochromatic Colors of #392eba

#392eba

Complementary Color

#392eba #afba2e

#392eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#392eba Color CSS Codes

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

#392eba Text Font Color

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

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


#392eba Background Color

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

This div background color is #392eba


#392eba Border Color

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

This div border color is #392eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392eba


Comments

No comments written yet.

Please login to write comment.