Color Hex Logo

#3e609f Color Hex

#3E609F
(62,96,159)
0 Favorites   0 Comments

Color spaces of #3e609f

RGB 6296159
HSL0.610.440.43
HSV219°61°62°
CMYK 0.610.400.00   0.38
XYZ12.427511.893134.4415
Yxy11.89310.21150.2024
Hunter Lab34.48643.9731-35.0724
CIE-Lab41.04577.8900-37.9165

#3e609f color RGB value is (62,96,159).

#3e609f hex color red value is 62, green value is 96 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #3e609f hue: 0.61 , saturation: 0.44 and the lightness value of 3e609f is 0.43.

The process color (four color CMYK) of #3e609f color hex is 0.61, 0.40, 0.00, 0.38. Web safe color of #3e609f is #336699. Color #3e609f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01100000 10011111
Octal 76 140 237
Decimal 62 96 159
Hex 3E 60 9F

RGB Percentages of Color #3e609f

%19.56
%30.28
%50.16

CMYK Percentages of Color #3e609f

%61
%40
%0
%38

Triadic Colors of #3e609f

#3e609f #9f3e60 #609f3e

Analogous Colors of #3e609f

#3e609f #4d3e9f #3e919f

Monochromatic Colors of #3e609f

#3e609f

Complementary Color

#3e609f #9f7d3e

#3e609f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e609f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e609f Color CSS Codes

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

#3e609f Text Font Color

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

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


#3e609f Background Color

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

This div background color is #3e609f


#3e609f Border Color

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

This div border color is #3e609f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,96,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3e609f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3e609f;
  -webkit-box-shadow: 1px 1px 3px 2px #3e609f;
  box-shadow:         1px 1px 3px 2px #3e609f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,96,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e609f


Comments

No comments written yet.

Please login to write comment.