Color Hex Logo

#392466 Color Hex

#392466
(57,36,102)
0 Favorites   0 Comments

Color spaces of #392466

RGB 5736102
HSL0.720.480.27
HSV259°65°40°
CMYK 0.440.650.00   0.60
XYZ4.71653.090912.9184
Yxy3.09090.22760.1491
Hunter Lab17.581017.1201-31.2593
CIE-Lab20.404326.8220-35.5096

#392466 color RGB value is (57,36,102).

#392466 hex color red value is 57, green value is 36 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #392466 hue: 0.72 , saturation: 0.48 and the lightness value of 392466 is 0.27.

The process color (four color CMYK) of #392466 color hex is 0.44, 0.65, 0.00, 0.60. Web safe color of #392466 is #333366. Color #392466 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100100 01100110
Octal 71 44 146
Decimal 57 36 102
Hex 39 24 66

RGB Percentages of Color #392466

%29.23
%18.46
%52.31

CMYK Percentages of Color #392466

%44
%65
%0
%60

Triadic Colors of #392466

#392466 #663924 #246639

Analogous Colors of #392466

#392466 #5a2466 #243066

Monochromatic Colors of #392466

#392466

Complementary Color

#392466 #516624

#392466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392466 Color CSS Codes

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

#392466 Text Font Color

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

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


#392466 Background Color

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

This div background color is #392466


#392466 Border Color

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

This div border color is #392466


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,36,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #392466; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #392466;
  -webkit-box-shadow: 1px 1px 3px 2px #392466;
  box-shadow:         1px 1px 3px 2px #392466; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392466


Comments

No comments written yet.

Please login to write comment.