Color Hex Logo

#390558 Color Hex

#390558
(57,5,88)
0 Favorites   0 Comments

Color spaces of #390558

RGB 57588
HSL0.770.890.18
HSV278°94°35°
CMYK 0.350.940.00   0.65
XYZ3.50311.68309.3727
Yxy1.68300.24060.1156
Hunter Lab12.973025.4973-33.7544
CIE-Lab13.727138.2613-37.0540

#390558 color RGB value is (57,5,88).

#390558 hex color red value is 57, green value is 5 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #390558 hue: 0.77 , saturation: 0.89 and the lightness value of 390558 is 0.18.

The process color (four color CMYK) of #390558 color hex is 0.35, 0.94, 0.00, 0.65. Web safe color of #390558 is #330066. Color #390558 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000101 01011000
Octal 71 5 130
Decimal 57 5 88
Hex 39 5 58

RGB Percentages of Color #390558

%38.00
%3.33
%58.67

CMYK Percentages of Color #390558

%35
%94
%0
%65

Triadic Colors of #390558

#390558 #583905 #055839

Analogous Colors of #390558

#390558 #58054e #100558

Monochromatic Colors of #390558

#390558

Complementary Color

#390558 #245805

#390558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390558 Color CSS Codes

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

#390558 Text Font Color

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

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


#390558 Background Color

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

This div background color is #390558


#390558 Border Color

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

This div border color is #390558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390558


Comments

No comments written yet.

Please login to write comment.