Color Hex Logo

#390099 Color Hex

#390099
(57,0,153)
0 Favorites   0 Comments

Color spaces of #390099

RGB 570153
HSL0.731.000.30
HSV262°100°60°
CMYK 0.631.000.00   0.40
XYZ7.43713.169830.3568
Yxy3.16980.18160.0774
Hunter Lab17.803943.4066-88.6303
CIE-Lab20.711555.6186-67.3601

#390099 color RGB value is (57,0,153).

#390099 hex color red value is 57, green value is 0 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #390099 hue: 0.73 , saturation: 1.00 and the lightness value of 390099 is 0.30.

The process color (four color CMYK) of #390099 color hex is 0.63, 1.00, 0.00, 0.40. Web safe color of #390099 is #330099. Color #390099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000000 10011001
Octal 71 0 231
Decimal 57 0 153
Hex 39 0 99

RGB Percentages of Color #390099

%27.14
%0.00
%72.86

CMYK Percentages of Color #390099

%63
%100
%0
%40

Triadic Colors of #390099

#390099 #993900 #009939

Analogous Colors of #390099

#390099 #860099 #001499

Monochromatic Colors of #390099

#390099

Complementary Color

#390099 #609900

#390099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390099 Color CSS Codes

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

#390099 Text Font Color

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

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


#390099 Background Color

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

This div background color is #390099


#390099 Border Color

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

This div border color is #390099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390099


Comments

No comments written yet.

Please login to write comment.