Color Hex Logo

#390186 Color Hex

#390186
(57,1,134)
0 Favorites   0 Comments

Color spaces of #390186

RGB 571134
HSL0.740.990.26
HSV265°99°53°
CMYK 0.570.990.00   0.47
XYZ6.00132.612822.7423
Yxy2.61280.19140.0833
Hunter Lab16.164237.9848-72.1037
CIE-Lab18.421350.7330-59.3177

#390186 color RGB value is (57,1,134).

#390186 hex color red value is 57, green value is 1 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #390186 hue: 0.74 , saturation: 0.99 and the lightness value of 390186 is 0.26.

The process color (four color CMYK) of #390186 color hex is 0.57, 0.99, 0.00, 0.47. Web safe color of #390186 is #330099. Color #390186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000001 10000110
Octal 71 1 206
Decimal 57 1 134
Hex 39 1 86

RGB Percentages of Color #390186

%29.69
%0.52
%69.79

CMYK Percentages of Color #390186

%57
%99
%0
%47

Triadic Colors of #390186

#390186 #863901 #018639

Analogous Colors of #390186

#390186 #7c0186 #010b86

Monochromatic Colors of #390186

#390186

Complementary Color

#390186 #4e8601

#390186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390186 Color CSS Codes

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

#390186 Text Font Color

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

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


#390186 Background Color

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

This div background color is #390186


#390186 Border Color

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

This div border color is #390186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390186


Comments

No comments written yet.

Please login to write comment.