Color Hex Logo

#3e2bbe Color Hex

#3E2BBE
(62,43,190)
0 Favorites   0 Comments

Color spaces of #3e2bbe

RGB 6243190
HSL0.690.630.46
HSV248°77°75°
CMYK 0.670.770.00   0.25
XYZ12.14476.469649.3239
Yxy6.46960.17880.0952
Hunter Lab25.435440.7168-97.1693
CIE-Lab30.567651.1146-73.3127

#3e2bbe color RGB value is (62,43,190).

#3e2bbe hex color red value is 62, green value is 43 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3e2bbe hue: 0.69 , saturation: 0.63 and the lightness value of 3e2bbe is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 00101011 10111110
Octal 76 53 276
Decimal 62 43 190
Hex 3E 2B BE

RGB Percentages of Color #3e2bbe

%21.02
%14.58
%64.41

CMYK Percentages of Color #3e2bbe

%67
%77
%0
%25

Triadic Colors of #3e2bbe

#3e2bbe #be3e2b #2bbe3e

Analogous Colors of #3e2bbe

#3e2bbe #882bbe #2b62be

Monochromatic Colors of #3e2bbe

#3e2bbe

Complementary Color

#3e2bbe #abbe2b

#3e2bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e2bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e2bbe Color CSS Codes

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

#3e2bbe Text Font Color

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

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


#3e2bbe Background Color

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

This div background color is #3e2bbe


#3e2bbe Border Color

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

This div border color is #3e2bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,43,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 #3e2bbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e2bbe


Comments

No comments written yet.

Please login to write comment.