Color Hex Logo

#4029bc Color Hex

#4029BC
(64,41,188)
0 Favorites   0 Comments

Color spaces of #4029bc

RGB 6441188
HSL0.690.640.45
HSV249°78°74°
CMYK 0.660.780.00   0.26
XYZ11.98446.306748.1626
Yxy6.30670.18030.0949
Hunter Lab25.113141.2351-96.1286
CIE-Lab30.173451.7007-72.7772

#4029bc color RGB value is (64,41,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101001 10111100
Octal 100 51 274
Decimal 64 41 188
Hex 40 29 BC

RGB Percentages of Color #4029bc

%21.84
%13.99
%64.16

CMYK Percentages of Color #4029bc

%66
%78
%0
%26

Triadic Colors of #4029bc

#4029bc #bc4029 #29bc40

Analogous Colors of #4029bc

#4029bc #8a29bc #295cbc

Monochromatic Colors of #4029bc

#4029bc

Complementary Color

#4029bc #a5bc29

#4029bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4029bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4029bc Color CSS Codes

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

#4029bc Text Font Color

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

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


#4029bc Background Color

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

This div background color is #4029bc


#4029bc Border Color

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

This div border color is #4029bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,41,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4029bc


Comments

No comments written yet.

Please login to write comment.