Color Hex Logo

#3e34be Color Hex

#3E34BE
(62,52,190)
0 Favorites   0 Comments

Color spaces of #3e34be

RGB 6252190
HSL0.680.570.47
HSV244°73°75°
CMYK 0.670.730.00   0.25
XYZ12.50897.197849.4452
Yxy7.19780.18090.1041
Hunter Lab26.828736.2754-90.4911
CIE-Lab32.253046.3424-70.5325

#3e34be color RGB value is (62,52,190).

#3e34be hex color red value is 62, green value is 52 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3e34be hue: 0.68 , saturation: 0.57 and the lightness value of 3e34be is 0.47.

The process color (four color CMYK) of #3e34be color hex is 0.67, 0.73, 0.00, 0.25. Web safe color of #3e34be is #3333cc. Color #3e34be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00110100 10111110
Octal 76 64 276
Decimal 62 52 190
Hex 3E 34 BE

RGB Percentages of Color #3e34be

%20.39
%17.11
%62.50

CMYK Percentages of Color #3e34be

%67
%73
%0
%25

Triadic Colors of #3e34be

#3e34be #be3e34 #34be3e

Analogous Colors of #3e34be

#3e34be #8334be #346fbe

Monochromatic Colors of #3e34be

#3e34be

Complementary Color

#3e34be #b4be34

#3e34be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e34be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e34be Color CSS Codes

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

#3e34be Text Font Color

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

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


#3e34be Background Color

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

This div background color is #3e34be


#3e34be Border Color

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

This div border color is #3e34be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e34be


Comments

No comments written yet.

Please login to write comment.