Color Hex Logo

#4029bd Color Hex

#4029BD
(64,41,189)
0 Favorites   0 Comments

Color spaces of #4029bd

RGB 6441189
HSL0.690.640.45
HSV249°78°74°
CMYK 0.660.780.00   0.26
XYZ12.09266.350048.7324
Yxy6.35000.18000.0945
Hunter Lab25.199241.5600-97.0207
CIE-Lab30.278951.9985-73.1940

#4029bd color RGB value is (64,41,189).

#4029bd hex color red value is 64, green value is 41 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4029bd hue: 0.69 , saturation: 0.64 and the lightness value of 4029bd is 0.45.

The process color (four color CMYK) of #4029bd color hex is 0.66, 0.78, 0.00, 0.26. Web safe color of #4029bd is #3333cc. Color #4029bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101001 10111101
Octal 100 51 275
Decimal 64 41 189
Hex 40 29 BD

RGB Percentages of Color #4029bd

%21.77
%13.95
%64.29

CMYK Percentages of Color #4029bd

%66
%78
%0
%26

Triadic Colors of #4029bd

#4029bd #bd4029 #29bd40

Analogous Colors of #4029bd

#4029bd #8a29bd #295cbd

Monochromatic Colors of #4029bd

#4029bd

Complementary Color

#4029bd #a6bd29

#4029bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4029bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4029bd Color CSS Codes

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

#4029bd Text Font Color

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

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


#4029bd Background Color

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

This div background color is #4029bd


#4029bd Border Color

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

This div border color is #4029bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4029bd


Comments

No comments written yet.

Please login to write comment.