Color Hex Logo

#4c2bb0 Color Hex

#4C2BB0
(76,43,176)
0 Favorites   0 Comments

Color spaces of #4c2bb0

RGB 7643176
HSL0.710.610.43
HSV255°76°69°
CMYK 0.570.760.00   0.31
XYZ11.68086.398841.6937
Yxy6.39880.19540.1071
Hunter Lab25.295838.1578-80.0172
CIE-Lab30.397148.6012-65.2385

#4c2bb0 color RGB value is (76,43,176).

#4c2bb0 hex color red value is 76, green value is 43 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #4c2bb0 hue: 0.71 , saturation: 0.61 and the lightness value of 4c2bb0 is 0.43.

The process color (four color CMYK) of #4c2bb0 color hex is 0.57, 0.76, 0.00, 0.31. Web safe color of #4c2bb0 is #333399. Color #4c2bb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00101011 10110000
Octal 114 53 260
Decimal 76 43 176
Hex 4C 2B B0

RGB Percentages of Color #4c2bb0

%25.76
%14.58
%59.66

CMYK Percentages of Color #4c2bb0

%57
%76
%0
%31

Triadic Colors of #4c2bb0

#4c2bb0 #b04c2b #2bb04c

Analogous Colors of #4c2bb0

#4c2bb0 #8f2bb0 #2b4db0

Monochromatic Colors of #4c2bb0

#4c2bb0

Complementary Color

#4c2bb0 #8fb02b

#4c2bb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c2bb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c2bb0 Color CSS Codes

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

#4c2bb0 Text Font Color

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

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


#4c2bb0 Background Color

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

This div background color is #4c2bb0


#4c2bb0 Border Color

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

This div border color is #4c2bb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c2bb0


Comments

No comments written yet.

Please login to write comment.