Color Hex Logo

#3e2998 Color Hex

#3E2998
(62,41,152)
0 Favorites   0 Comments

Color spaces of #3e2998

RGB 6241152
HSL0.700.580.38
HSV251°73°60°
CMYK 0.590.730.00   0.40
XYZ8.44704.877030.2019
Yxy4.87700.19410.1120
Hunter Lab22.083929.6285-65.6260
CIE-Lab26.381440.4515-57.3617

#3e2998 color RGB value is (62,41,152).

#3e2998 hex color red value is 62, green value is 41 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #3e2998 hue: 0.70 , saturation: 0.58 and the lightness value of 3e2998 is 0.38.

The process color (four color CMYK) of #3e2998 color hex is 0.59, 0.73, 0.00, 0.40. Web safe color of #3e2998 is #333399. Color #3e2998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00101001 10011000
Octal 76 51 230
Decimal 62 41 152
Hex 3E 29 98

RGB Percentages of Color #3e2998

%24.31
%16.08
%59.61

CMYK Percentages of Color #3e2998

%59
%73
%0
%40

Triadic Colors of #3e2998

#3e2998 #983e29 #29983e

Analogous Colors of #3e2998

#3e2998 #762998 #294b98

Monochromatic Colors of #3e2998

#3e2998

Complementary Color

#3e2998 #839829

#3e2998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e2998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e2998 Color CSS Codes

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

#3e2998 Text Font Color

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

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


#3e2998 Background Color

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

This div background color is #3e2998


#3e2998 Border Color

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

This div border color is #3e2998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e2998


Comments

No comments written yet.

Please login to write comment.