Color Hex Logo

#4414bd Color Hex

#4414BD
(68,20,189)
0 Favorites   0 Comments

Color spaces of #4414bd

RGB 6820189
HSL0.710.810.41
HSV257°89°74°
CMYK 0.640.890.00   0.26
XYZ11.81945.403448.5641
Yxy5.40340.17970.0821
Hunter Lab23.245250.0820-107.5975
CIE-Lab27.854560.5403-77.1977

#4414bd color RGB value is (68,20,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010100 10111101
Octal 104 24 275
Decimal 68 20 189
Hex 44 14 BD

RGB Percentages of Color #4414bd

%24.55
%7.22
%68.23

CMYK Percentages of Color #4414bd

%64
%89
%0
%26

Triadic Colors of #4414bd

#4414bd #bd4414 #14bd44

Analogous Colors of #4414bd

#4414bd #9914bd #1439bd

Monochromatic Colors of #4414bd

#4414bd

Complementary Color

#4414bd #8dbd14

#4414bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4414bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4414bd Color CSS Codes

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

#4414bd Text Font Color

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

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


#4414bd Background Color

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

This div background color is #4414bd


#4414bd Border Color

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

This div border color is #4414bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4414bd


Comments

No comments written yet.

Please login to write comment.