Color Hex Logo

#4c1ebb Color Hex

#4C1EBB
(76,30,187)
0 Favorites   0 Comments

Color spaces of #4c1ebb

RGB 7630187
HSL0.720.720.43
HSV258°84°73°
CMYK 0.590.840.00   0.27
XYZ12.41446.052947.5277
Yxy6.05290.18810.0917
Hunter Lab24.602647.0158-97.3153
CIE-Lab29.545557.3706-73.1872

#4c1ebb color RGB value is (76,30,187).

#4c1ebb hex color red value is 76, green value is 30 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4c1ebb hue: 0.72 , saturation: 0.72 and the lightness value of 4c1ebb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00011110 10111011
Octal 114 36 273
Decimal 76 30 187
Hex 4C 1E BB

RGB Percentages of Color #4c1ebb

%25.94
%10.24
%63.82

CMYK Percentages of Color #4c1ebb

%59
%84
%0
%27

Triadic Colors of #4c1ebb

#4c1ebb #bb4c1e #1ebb4c

Analogous Colors of #4c1ebb

#4c1ebb #9b1ebb #1e3fbb

Monochromatic Colors of #4c1ebb

#4c1ebb

Complementary Color

#4c1ebb #8dbb1e

#4c1ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c1ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c1ebb Color CSS Codes

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

#4c1ebb Text Font Color

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

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


#4c1ebb Background Color

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

This div background color is #4c1ebb


#4c1ebb Border Color

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

This div border color is #4c1ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c1ebb


Comments

No comments written yet.

Please login to write comment.