Color Hex Logo

#4132bd Color Hex

#4132BD
(65,50,189)
0 Favorites   0 Comments

Color spaces of #4132bd

RGB 6550189
HSL0.680.580.47
HSV246°74°74°
CMYK 0.660.740.00   0.26
XYZ12.50597.079148.8514
Yxy7.07910.18270.1034
Hunter Lab26.606637.3389-90.2357
CIE-Lab31.986347.4717-70.3745

#4132bd color RGB value is (65,50,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110010 10111101
Octal 101 62 275
Decimal 65 50 189
Hex 41 32 BD

RGB Percentages of Color #4132bd

%21.38
%16.45
%62.17

CMYK Percentages of Color #4132bd

%66
%74
%0
%26

Triadic Colors of #4132bd

#4132bd #bd4132 #32bd41

Analogous Colors of #4132bd

#4132bd #8732bd #3269bd

Monochromatic Colors of #4132bd

#4132bd

Complementary Color

#4132bd #aebd32

#4132bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4132bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4132bd Color CSS Codes

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

#4132bd Text Font Color

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

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


#4132bd Background Color

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

This div background color is #4132bd


#4132bd Border Color

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

This div border color is #4132bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4132bd


Comments

No comments written yet.

Please login to write comment.