Color Hex Logo

#4129cc Color Hex

#4129CC
(65,41,204)
0 Favorites   0 Comments

Color spaces of #4129cc

RGB 6541204
HSL0.690.670.48
HSV249°80°80°
CMYK 0.680.800.00   0.20
XYZ13.87207.069357.7601
Yxy7.06930.17630.0898
Hunter Lab26.588246.6006-110.1899
CIE-Lab31.964256.5091-79.2053

#4129cc color RGB value is (65,41,204).

#4129cc hex color red value is 65, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4129cc hue: 0.69 , saturation: 0.67 and the lightness value of 4129cc is 0.48.

The process color (four color CMYK) of #4129cc color hex is 0.68, 0.80, 0.00, 0.20. Web safe color of #4129cc is #3333cc. Color #4129cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101001 11001100
Octal 101 51 314
Decimal 65 41 204
Hex 41 29 CC

RGB Percentages of Color #4129cc

%20.97
%13.23
%65.81

CMYK Percentages of Color #4129cc

%68
%80
%0
%20

Triadic Colors of #4129cc

#4129cc #cc4129 #29cc41

Analogous Colors of #4129cc

#4129cc #9329cc #2963cc

Monochromatic Colors of #4129cc

#4129cc

Complementary Color

#4129cc #b4cc29

#4129cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4129cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4129cc Color CSS Codes

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

#4129cc Text Font Color

<p style="color:#4129cc">Text here</p>

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


#4129cc Background Color

<div style="background-color:#4129cc">
Div content here</div>

This div background color is #4129cc


#4129cc Border Color

<div style="border:3px solid #4129cc">
Div here</div>

This div border color is #4129cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,41,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4129cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4129cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4129cc;
  box-shadow:         1px 1px 3px 2px #4129cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4129cc


Comments

No comments written yet.

Please login to write comment.