Color Hex Logo

#4c2abd Color Hex

#4C2ABD
(76,42,189)
0 Favorites   0 Comments

Color spaces of #4c2abd

RGB 7642189
HSL0.710.640.45
HSV254°78°74°
CMYK 0.600.780.00   0.26
XYZ12.99386.866648.7846
Yxy6.86660.18930.1000
Hunter Lab26.204242.6549-92.0378
CIE-Lab31.501352.8275-71.1410

#4c2abd color RGB value is (76,42,189).

#4c2abd hex color red value is 76, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4c2abd hue: 0.71 , saturation: 0.64 and the lightness value of 4c2abd is 0.45.

The process color (four color CMYK) of #4c2abd color hex is 0.60, 0.78, 0.00, 0.26. Web safe color of #4c2abd is #3333cc. Color #4c2abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00101010 10111101
Octal 114 52 275
Decimal 76 42 189
Hex 4C 2A BD

RGB Percentages of Color #4c2abd

%24.76
%13.68
%61.56

CMYK Percentages of Color #4c2abd

%60
%78
%0
%26

Triadic Colors of #4c2abd

#4c2abd #bd4c2a #2abd4c

Analogous Colors of #4c2abd

#4c2abd #962abd #2a51bd

Monochromatic Colors of #4c2abd

#4c2abd

Complementary Color

#4c2abd #9bbd2a

#4c2abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c2abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c2abd Color CSS Codes

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

#4c2abd Text Font Color

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

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


#4c2abd Background Color

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

This div background color is #4c2abd


#4c2abd Border Color

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

This div border color is #4c2abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c2abd


Comments

No comments written yet.

Please login to write comment.