Color Hex Logo

#3e3cca Color Hex

#3E3CCA
(62,60,202)
0 Favorites   0 Comments

Color spaces of #3e3cca

RGB 6260202
HSL0.670.570.51
HSV241°70°79°
CMYK 0.690.700.00   0.21
XYZ14.26318.520156.7699
Yxy8.52010.17930.1071
Hunter Lab29.189236.1416-94.8803
CIE-Lab35.043445.6876-72.9658

#3e3cca color RGB value is (62,60,202).

#3e3cca hex color red value is 62, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3e3cca hue: 0.67 , saturation: 0.57 and the lightness value of 3e3cca is 0.51.

The process color (four color CMYK) of #3e3cca color hex is 0.69, 0.70, 0.00, 0.21. Web safe color of #3e3cca is #3333cc. Color #3e3cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00111100 11001010
Octal 76 74 312
Decimal 62 60 202
Hex 3E 3C CA

RGB Percentages of Color #3e3cca

%19.14
%18.52
%62.35

CMYK Percentages of Color #3e3cca

%69
%70
%0
%21

Triadic Colors of #3e3cca

#3e3cca #ca3e3c #3cca3e

Analogous Colors of #3e3cca

#3e3cca #853cca #3c81ca

Monochromatic Colors of #3e3cca

#3e3cca

Complementary Color

#3e3cca #c8ca3c

#3e3cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e3cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e3cca Color CSS Codes

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

#3e3cca Text Font Color

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

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


#3e3cca Background Color

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

This div background color is #3e3cca


#3e3cca Border Color

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

This div border color is #3e3cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e3cca


Comments

No comments written yet.

Please login to write comment.