Color Hex Logo

#4c0ebe Color Hex

#4C0EBE
(76,14,190)
0 Favorites   0 Comments

Color spaces of #4c0ebe

RGB 7614190
HSL0.730.860.40
HSV261°93°75°
CMYK 0.600.930.00   0.25
XYZ12.43185.568349.1348
Yxy5.56830.18520.0829
Hunter Lab23.597252.7445-106.9371
CIE-Lab28.296162.8745-77.0325

#4c0ebe color RGB value is (76,14,190).

#4c0ebe hex color red value is 76, green value is 14 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4c0ebe hue: 0.73 , saturation: 0.86 and the lightness value of 4c0ebe is 0.40.

The process color (four color CMYK) of #4c0ebe color hex is 0.60, 0.93, 0.00, 0.25. Web safe color of #4c0ebe is #3300cc. Color #4c0ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00001110 10111110
Octal 114 16 276
Decimal 76 14 190
Hex 4C E BE

RGB Percentages of Color #4c0ebe

%27.14
%5.00
%67.86

CMYK Percentages of Color #4c0ebe

%60
%93
%0
%25

Triadic Colors of #4c0ebe

#4c0ebe #be4c0e #0ebe4c

Analogous Colors of #4c0ebe

#4c0ebe #a40ebe #0e28be

Monochromatic Colors of #4c0ebe

#4c0ebe

Complementary Color

#4c0ebe #80be0e

#4c0ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c0ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c0ebe Color CSS Codes

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

#4c0ebe Text Font Color

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

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


#4c0ebe Background Color

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

This div background color is #4c0ebe


#4c0ebe Border Color

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

This div border color is #4c0ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c0ebe


Comments

No comments written yet.

Please login to write comment.