Color Hex Logo

#4214bd Color Hex

#4214BD
(66,20,189)
0 Favorites   0 Comments

Color spaces of #4214bd

RGB 6620189
HSL0.710.810.41
HSV256°89°74°
CMYK 0.650.890.00   0.26
XYZ11.68225.332748.5577
Yxy5.33270.17820.0813
Hunter Lab23.092649.8882-108.5063
CIE-Lab27.662360.3989-77.5222

#4214bd color RGB value is (66,20,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010100 10111101
Octal 102 24 275
Decimal 66 20 189
Hex 42 14 BD

RGB Percentages of Color #4214bd

%24.00
%7.27
%68.73

CMYK Percentages of Color #4214bd

%65
%89
%0
%26

Triadic Colors of #4214bd

#4214bd #bd4214 #14bd42

Analogous Colors of #4214bd

#4214bd #9714bd #143abd

Monochromatic Colors of #4214bd

#4214bd

Complementary Color

#4214bd #8fbd14

#4214bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4214bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4214bd Color CSS Codes

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

#4214bd Text Font Color

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

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


#4214bd Background Color

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

This div background color is #4214bd


#4214bd Border Color

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

This div border color is #4214bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4214bd


Comments

No comments written yet.

Please login to write comment.