Color Hex Logo

#4432bd Color Hex

#4432BD
(68,50,189)
0 Favorites   0 Comments

Color spaces of #4432bd

RGB 6850189
HSL0.690.580.47
HSV248°74°74°
CMYK 0.640.740.00   0.26
XYZ12.70987.184348.8609
Yxy7.18430.18490.1045
Hunter Lab26.803537.7356-89.3188
CIE-Lab32.222847.8269-69.9767

#4432bd color RGB value is (68,50,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110010 10111101
Octal 104 62 275
Decimal 68 50 189
Hex 44 32 BD

RGB Percentages of Color #4432bd

%22.15
%16.29
%61.56

CMYK Percentages of Color #4432bd

%64
%74
%0
%26

Triadic Colors of #4432bd

#4432bd #bd4432 #32bd44

Analogous Colors of #4432bd

#4432bd #8a32bd #3266bd

Monochromatic Colors of #4432bd

#4432bd

Complementary Color

#4432bd #abbd32

#4432bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4432bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4432bd Color CSS Codes

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

#4432bd Text Font Color

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

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


#4432bd Background Color

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

This div background color is #4432bd


#4432bd Border Color

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

This div border color is #4432bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4432bd


Comments

No comments written yet.

Please login to write comment.