Color Hex Logo

#3e2abc Color Hex

#3E2ABC
(62,42,188)
0 Favorites   0 Comments

Color spaces of #3e2abc

RGB 6242188
HSL0.690.630.45
HSV248°78°74°
CMYK 0.670.780.00   0.26
XYZ11.89176.310948.1683
Yxy6.31090.17920.0951
Hunter Lab25.121540.5334-96.0984
CIE-Lab30.183751.0084-72.7655

#3e2abc color RGB value is (62,42,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 00101010 10111100
Octal 76 52 274
Decimal 62 42 188
Hex 3E 2A BC

RGB Percentages of Color #3e2abc

%21.23
%14.38
%64.38

CMYK Percentages of Color #3e2abc

%67
%78
%0
%26

Triadic Colors of #3e2abc

#3e2abc #bc3e2a #2abc3e

Analogous Colors of #3e2abc

#3e2abc #872abc #2a5fbc

Monochromatic Colors of #3e2abc

#3e2abc

Complementary Color

#3e2abc #a8bc2a

#3e2abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e2abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e2abc Color CSS Codes

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

#3e2abc Text Font Color

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

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


#3e2abc Background Color

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

This div background color is #3e2abc


#3e2abc Border Color

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

This div border color is #3e2abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e2abc


Comments

No comments written yet.

Please login to write comment.