Color Hex Logo

#4132cc Color Hex

#4132CC
(65,50,204)
0 Favorites   0 Comments

Color spaces of #4132cc

RGB 6550204
HSL0.680.610.50
HSV246°75°80°
CMYK 0.680.750.00   0.20
XYZ14.21977.764757.8760
Yxy7.76470.17810.0972
Hunter Lab27.865242.3250-103.6396
CIE-Lab33.488052.1223-76.6863

#4132cc color RGB value is (65,50,204).

#4132cc hex color red value is 65, green value is 50 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4132cc hue: 0.68 , saturation: 0.61 and the lightness value of 4132cc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110010 11001100
Octal 101 62 314
Decimal 65 50 204
Hex 41 32 CC

RGB Percentages of Color #4132cc

%20.38
%15.67
%63.95

CMYK Percentages of Color #4132cc

%68
%75
%0
%20

Triadic Colors of #4132cc

#4132cc #cc4132 #32cc41

Analogous Colors of #4132cc

#4132cc #8e32cc #3270cc

Monochromatic Colors of #4132cc

#4132cc

Complementary Color

#4132cc #bdcc32

#4132cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4132cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4132cc Color CSS Codes

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

#4132cc Text Font Color

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

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


#4132cc Background Color

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

This div background color is #4132cc


#4132cc Border Color

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

This div border color is #4132cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4132cc


Comments

No comments written yet.

Please login to write comment.