Color Hex Logo

#4914bd Color Hex

#4914BD
(73,20,189)
0 Favorites   0 Comments

Color spaces of #4914bd

RGB 7320189
HSL0.720.810.41
HSV259°89°74°
CMYK 0.610.890.00   0.26
XYZ12.18315.590948.5811
Yxy5.59090.18360.0843
Hunter Lab23.645150.5930-105.2655
CIE-Lab28.356060.9127-76.3509

#4914bd color RGB value is (73,20,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010100 10111101
Octal 111 24 275
Decimal 73 20 189
Hex 49 14 BD

RGB Percentages of Color #4914bd

%25.89
%7.09
%67.02

CMYK Percentages of Color #4914bd

%61
%89
%0
%26

Triadic Colors of #4914bd

#4914bd #bd4914 #14bd49

Analogous Colors of #4914bd

#4914bd #9e14bd #1434bd

Monochromatic Colors of #4914bd

#4914bd

Complementary Color

#4914bd #88bd14

#4914bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4914bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4914bd Color CSS Codes

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

#4914bd Text Font Color

<p style="color:#4914bd">Text here</p>

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


#4914bd Background Color

<div style="background-color:#4914bd">
Div content here</div>

This div background color is #4914bd


#4914bd Border Color

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

This div border color is #4914bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,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 #4914bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4914bd


Comments

No comments written yet.

Please login to write comment.