Color Hex Logo

#3e0cae Color Hex

#3E0CAE
(62,12,174)
0 Favorites   0 Comments

Color spaces of #3e0cae

RGB 6212174
HSL0.720.870.36
HSV259°93°68°
CMYK 0.640.930.00   0.32
XYZ9.75814.343140.3684
Yxy4.34310.17910.0797
Hunter Lab20.840147.1100-100.2598
CIE-Lab24.774758.3706-73.3768

#3e0cae color RGB value is (62,12,174).

#3e0cae hex color red value is 62, green value is 12 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3e0cae hue: 0.72 , saturation: 0.87 and the lightness value of 3e0cae is 0.36.

The process color (four color CMYK) of #3e0cae color hex is 0.64, 0.93, 0.00, 0.32. Web safe color of #3e0cae is #330099. Color #3e0cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00001100 10101110
Octal 76 14 256
Decimal 62 12 174
Hex 3E C AE

RGB Percentages of Color #3e0cae

%25.00
%4.84
%70.16

CMYK Percentages of Color #3e0cae

%64
%93
%0
%32

Triadic Colors of #3e0cae

#3e0cae #ae3e0c #0cae3e

Analogous Colors of #3e0cae

#3e0cae #8f0cae #0c2bae

Monochromatic Colors of #3e0cae

#3e0cae

Complementary Color

#3e0cae #7cae0c

#3e0cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e0cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e0cae Color CSS Codes

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

#3e0cae Text Font Color

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

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


#3e0cae Background Color

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

This div background color is #3e0cae


#3e0cae Border Color

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

This div border color is #3e0cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e0cae


Comments

No comments written yet.

Please login to write comment.