Color Hex Logo

#4128cc Color Hex

#4128CC
(65,40,204)
0 Favorites   0 Comments

Color spaces of #4128cc

RGB 6540204
HSL0.690.670.48
HSV249°80°80°
CMYK 0.680.800.00   0.20
XYZ13.83787.001057.7487
Yxy7.00100.17610.0891
Hunter Lab26.459447.0484-110.8812
CIE-Lab31.809256.9605-79.4619

#4128cc color RGB value is (65,40,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101000 11001100
Octal 101 50 314
Decimal 65 40 204
Hex 41 28 CC

RGB Percentages of Color #4128cc

%21.04
%12.94
%66.02

CMYK Percentages of Color #4128cc

%68
%80
%0
%20

Triadic Colors of #4128cc

#4128cc #cc4128 #28cc41

Analogous Colors of #4128cc

#4128cc #9328cc #2861cc

Monochromatic Colors of #4128cc

#4128cc

Complementary Color

#4128cc #b3cc28

#4128cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4128cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4128cc Color CSS Codes

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

#4128cc Text Font Color

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

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


#4128cc Background Color

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

This div background color is #4128cc


#4128cc Border Color

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

This div border color is #4128cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,40,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 #4128cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4128cc


Comments

No comments written yet.

Please login to write comment.