Color Hex Logo

#3e14bc Color Hex

#3E14BC
(62,20,188)
0 Favorites   0 Comments

Color spaces of #3e14bc

RGB 6220188
HSL0.710.810.41
HSV255°89°74°
CMYK 0.670.890.00   0.26
XYZ11.31395.155347.9757
Yxy5.15530.17560.0800
Hunter Lab22.705349.2112-109.3846
CIE-Lab27.172759.8689-77.7535

#3e14bc color RGB value is (62,20,188).

#3e14bc hex color red value is 62, green value is 20 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3e14bc hue: 0.71 , saturation: 0.81 and the lightness value of 3e14bc is 0.41.

The process color (four color CMYK) of #3e14bc color hex is 0.67, 0.89, 0.00, 0.26. Web safe color of #3e14bc is #3300cc. Color #3e14bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 00010100 10111100
Octal 76 24 274
Decimal 62 20 188
Hex 3E 14 BC

RGB Percentages of Color #3e14bc

%22.96
%7.41
%69.63

CMYK Percentages of Color #3e14bc

%67
%89
%0
%26

Triadic Colors of #3e14bc

#3e14bc #bc3e14 #14bc3e

Analogous Colors of #3e14bc

#3e14bc #9214bc #143ebc

Monochromatic Colors of #3e14bc

#3e14bc

Complementary Color

#3e14bc #92bc14

#3e14bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e14bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e14bc Color CSS Codes

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

#3e14bc Text Font Color

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

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


#3e14bc Background Color

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

This div background color is #3e14bc


#3e14bc Border Color

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

This div border color is #3e14bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e14bc


Comments

No comments written yet.

Please login to write comment.