color codes Logo

#3e2fcc color codes

#3E2FCC
(62,47,204)
0 Favorites   0 Comments

Color spaces of #3e2fcc

RGB 6247204
HSL0.680.630.49
HSV246°77°80°
CMYK 0.700.770.00   0.20
XYZ13.90227.416857.8256
Yxy7.41680.17570.0937
Hunter Lab27.233843.4608-106.8269
CIE-Lab32.737553.3665-77.9331

#3e2fcc color RGB value is (62,47,204).

#3e2fcc hex color red value is 62, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3e2fcc hue: 0.68 , saturation: 0.63 and the lightness value of 3e2fcc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 00101111 11001100
Octal 76 57 314
Decimal 62 47 204
Hex 3E 2F CC

RGB Percentages of Color #3e2fcc

%19.81
%15.02
%65.18

CMYK Percentages of Color #3e2fcc

%70
%77
%0
%20

Triadic Colors of #3e2fcc

#3e2fcc #cc3e2f #2fcc3e

Analogous Colors of #3e2fcc

#3e2fcc #8d2fcc #2f6fcc

Monochromatic Colors of #3e2fcc

#3e2fcc

Complementary Color

#3e2fcc #bdcc2f

#3e2fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e2fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e2fcc Color CSS Codes

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

#3e2fcc Text Font Color

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

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


#3e2fcc Background Color

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

This div background color is #3e2fcc


#3e2fcc Border Color

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

This div border color is #3e2fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e2fcc


Comments

No comments written yet.

Please login to write comment.