Color Hex Logo

#3e63cc Color Hex

#3E63CC
(62,99,204)
0 Favorites   0 Comments

Color spaces of #3e63cc

RGB 6299204
HSL0.620.580.52
HSV224°70°80°
CMYK 0.700.510.00   0.20
XYZ17.347514.307458.9740
Yxy14.30740.19140.1579
Hunter Lab37.825115.6704-65.9628
CIE-Lab44.670622.1084-58.4240

#3e63cc color RGB value is (62,99,204).

#3e63cc hex color red value is 62, green value is 99 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3e63cc hue: 0.62 , saturation: 0.58 and the lightness value of 3e63cc is 0.52.

The process color (four color CMYK) of #3e63cc color hex is 0.70, 0.51, 0.00, 0.20. Web safe color of #3e63cc is #3366cc. Color #3e63cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01100011 11001100
Octal 76 143 314
Decimal 62 99 204
Hex 3E 63 CC

RGB Percentages of Color #3e63cc

%16.99
%27.12
%55.89

CMYK Percentages of Color #3e63cc

%70
%51
%0
%20

Triadic Colors of #3e63cc

#3e63cc #cc3e63 #63cc3e

Analogous Colors of #3e63cc

#3e63cc #603ecc #3eaacc

Monochromatic Colors of #3e63cc

#3e63cc

Complementary Color

#3e63cc #cca73e

#3e63cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e63cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e63cc Color CSS Codes

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

#3e63cc Text Font Color

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

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


#3e63cc Background Color

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

This div background color is #3e63cc


#3e63cc Border Color

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

This div border color is #3e63cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,99,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 #3e63cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e63cc


Comments

No comments written yet.

Please login to write comment.