Color Hex Logo

#3e4bce Color Hex

#3E4BCE
(62,75,206)
0 Favorites   0 Comments

Color spaces of #3e4bce

RGB 6275206
HSL0.650.600.53
HSV235°70°81°
CMYK 0.700.640.00   0.19
XYZ15.643310.512559.5971
Yxy10.51250.18240.1226
Hunter Lab32.423029.3817-86.2856
CIE-Lab38.747038.0319-69.2093

#3e4bce color RGB value is (62,75,206).

#3e4bce hex color red value is 62, green value is 75 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3e4bce hue: 0.65 , saturation: 0.60 and the lightness value of 3e4bce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 01001011 11001110
Octal 76 113 316
Decimal 62 75 206
Hex 3E 4B CE

RGB Percentages of Color #3e4bce

%18.08
%21.87
%60.06

CMYK Percentages of Color #3e4bce

%70
%64
%0
%19

Triadic Colors of #3e4bce

#3e4bce #ce3e4b #4bce3e

Analogous Colors of #3e4bce

#3e4bce #793ece #3e93ce

Monochromatic Colors of #3e4bce

#3e4bce

Complementary Color

#3e4bce #cec13e

#3e4bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e4bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e4bce Color CSS Codes

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

#3e4bce Text Font Color

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

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


#3e4bce Background Color

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

This div background color is #3e4bce


#3e4bce Border Color

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

This div border color is #3e4bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e4bce


Comments

No comments written yet.

Please login to write comment.