color codes Logo

#3e36ce color codes

#3E36CE
(62,54,206)
0 Favorites   0 Comments

Color spaces of #3e36ce

RGB 6254206
HSL0.680.610.51
HSV243°74°81°
CMYK 0.700.740.00   0.19
XYZ14.44648.118759.1982
Yxy8.11870.17670.0993
Hunter Lab28.493340.6379-103.2365
CIE-Lab34.228950.3318-76.6333

#3e36ce color RGB value is (62,54,206).

#3e36ce hex color red value is 62, green value is 54 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3e36ce hue: 0.68 , saturation: 0.61 and the lightness value of 3e36ce is 0.51.

The process color (four color CMYK) of #3e36ce color code is 0.70, 0.74, 0.00, 0.19. Web safe color of #3e36ce is #3333cc. Color #3e36ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00110110 11001110
Octal 76 66 316
Decimal 62 54 206
Hex 3E 36 CE

RGB Percentages of Color #3e36ce

%19.25
%16.77
%63.98

CMYK Percentages of Color #3e36ce

%70
%74
%0
%19

Triadic Colors of #3e36ce

#3e36ce #ce3e36 #36ce3e

Analogous Colors of #3e36ce

#3e36ce #8a36ce #367ace

Monochromatic Colors of #3e36ce

#3e36ce

Complementary Color

#3e36ce #c6ce36

#3e36ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e36ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e36ce Color CSS Codes

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

#3e36ce Text Font Color

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

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


#3e36ce Background Color

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

This div background color is #3e36ce


#3e36ce Border Color

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

This div border color is #3e36ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e36ce


Comments

No comments written yet.

Please login to write comment.