Color Hex Logo

#4e14bd Color Hex

#4E14BD
(78,20,189)
0 Favorites   0 Comments

Color spaces of #4e14bd

RGB 7820189
HSL0.720.810.41
HSV261°89°74°
CMYK 0.590.890.00   0.26
XYZ12.57735.794148.5996
Yxy5.79410.18780.0865
Hunter Lab24.070951.1439-102.8578
CIE-Lab28.886961.3141-75.4548

#4e14bd color RGB value is (78,20,189).

#4e14bd hex color red value is 78, green value is 20 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4e14bd hue: 0.72 , saturation: 0.81 and the lightness value of 4e14bd is 0.41.

The process color (four color CMYK) of #4e14bd color hex is 0.59, 0.89, 0.00, 0.26. Web safe color of #4e14bd is #6600cc. Color #4e14bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00010100 10111101
Octal 116 24 275
Decimal 78 20 189
Hex 4E 14 BD

RGB Percentages of Color #4e14bd

%27.18
%6.97
%65.85

CMYK Percentages of Color #4e14bd

%59
%89
%0
%26

Triadic Colors of #4e14bd

#4e14bd #bd4e14 #14bd4e

Analogous Colors of #4e14bd

#4e14bd #a314bd #142fbd

Monochromatic Colors of #4e14bd

#4e14bd

Complementary Color

#4e14bd #83bd14

#4e14bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e14bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e14bd Color CSS Codes

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

#4e14bd Text Font Color

<p style="color:#4e14bd">Text here</p>

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


#4e14bd Background Color

<div style="background-color:#4e14bd">
Div content here</div>

This div background color is #4e14bd


#4e14bd Border Color

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

This div border color is #4e14bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e14bd


Comments

No comments written yet.

Please login to write comment.