Color Hex Logo

#392ecc Color Hex

#392ECC
(57,46,204)
0 Favorites   0 Comments

Color spaces of #392ecc

RGB 5746204
HSL0.680.630.49
HSV244°77°80°
CMYK 0.720.770.00   0.20
XYZ13.56347.183557.7984
Yxy7.18350.17270.0915
Hunter Lab26.802143.4278-109.0969
CIE-Lab32.221153.4350-78.7982

#392ecc color RGB value is (57,46,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101110 11001100
Octal 71 56 314
Decimal 57 46 204
Hex 39 2E CC

RGB Percentages of Color #392ecc

%18.57
%14.98
%66.45

CMYK Percentages of Color #392ecc

%72
%77
%0
%20

Triadic Colors of #392ecc

#392ecc #cc392e #2ecc39

Analogous Colors of #392ecc

#392ecc #882ecc #2e72cc

Monochromatic Colors of #392ecc

#392ecc

Complementary Color

#392ecc #c1cc2e

#392ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#392ecc Color CSS Codes

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

#392ecc Text Font Color

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

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


#392ecc Background Color

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

This div background color is #392ecc


#392ecc Border Color

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

This div border color is #392ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392ecc


Comments

No comments written yet.

Please login to write comment.