Color Hex Logo

#392bcc Color Hex

#392BCC
(57,43,204)
0 Favorites   0 Comments

Color spaces of #392bcc

RGB 5743204
HSL0.680.650.48
HSV245°79°80°
CMYK 0.720.790.00   0.20
XYZ13.45036.957257.7607
Yxy6.95720.17210.0890
Hunter Lab26.376544.8645-111.3729
CIE-Lab31.709354.9126-79.6453

#392bcc color RGB value is (57,43,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101011 11001100
Octal 71 53 314
Decimal 57 43 204
Hex 39 2B CC

RGB Percentages of Color #392bcc

%18.75
%14.14
%67.11

CMYK Percentages of Color #392bcc

%72
%79
%0
%20

Triadic Colors of #392bcc

#392bcc #cc392b #2bcc39

Analogous Colors of #392bcc

#392bcc #8a2bcc #2b6ecc

Monochromatic Colors of #392bcc

#392bcc

Complementary Color

#392bcc #becc2b

#392bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#392bcc Color CSS Codes

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

#392bcc Text Font Color

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

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


#392bcc Background Color

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

This div background color is #392bcc


#392bcc Border Color

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

This div border color is #392bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392bcc


Comments

No comments written yet.

Please login to write comment.