Color Hex Logo

#4c32bb Color Hex

#4C32BB
(76,50,187)
0 Favorites   0 Comments

Color spaces of #4c32bb

RGB 7650187
HSL0.700.580.46
HSV251°73°73°
CMYK 0.590.730.00   0.27
XYZ13.09077.405647.7532
Yxy7.40560.19180.1085
Hunter Lab27.213238.2428-84.9916
CIE-Lab32.713048.2433-67.9656

#4c32bb color RGB value is (76,50,187).

#4c32bb hex color red value is 76, green value is 50 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4c32bb hue: 0.70 , saturation: 0.58 and the lightness value of 4c32bb is 0.46.

The process color (four color CMYK) of #4c32bb color hex is 0.59, 0.73, 0.00, 0.27. Web safe color of #4c32bb is #3333cc. Color #4c32bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00110010 10111011
Octal 114 62 273
Decimal 76 50 187
Hex 4C 32 BB

RGB Percentages of Color #4c32bb

%24.28
%15.97
%59.74

CMYK Percentages of Color #4c32bb

%59
%73
%0
%27

Triadic Colors of #4c32bb

#4c32bb #bb4c32 #32bb4c

Analogous Colors of #4c32bb

#4c32bb #9132bb #325cbb

Monochromatic Colors of #4c32bb

#4c32bb

Complementary Color

#4c32bb #a1bb32

#4c32bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c32bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c32bb Color CSS Codes

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

#4c32bb Text Font Color

<p style="color:#4c32bb">Text here</p>

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


#4c32bb Background Color

<div style="background-color:#4c32bb">
Div content here</div>

This div background color is #4c32bb


#4c32bb Border Color

<div style="border:3px solid #4c32bb">
Div here</div>

This div border color is #4c32bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,50,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c32bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c32bb;
  -webkit-box-shadow: 1px 1px 3px 2px #4c32bb;
  box-shadow:         1px 1px 3px 2px #4c32bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,50,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c32bb


Comments

No comments written yet.

Please login to write comment.