Color Hex Logo

#4c3ebe Color Hex

#4C3EBE
(76,62,190)
0 Favorites   0 Comments

Color spaces of #4c3ebe

RGB 7662190
HSL0.680.510.49
HSV247°67°75°
CMYK 0.600.670.00   0.25
XYZ13.99748.699549.6566
Yxy8.69950.19350.1202
Hunter Lab29.494933.0946-79.1721
CIE-Lab35.399242.4938-65.3269

#4c3ebe color RGB value is (76,62,190).

#4c3ebe hex color red value is 76, green value is 62 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4c3ebe hue: 0.68 , saturation: 0.51 and the lightness value of 4c3ebe is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00111110 10111110
Octal 114 76 276
Decimal 76 62 190
Hex 4C 3E BE

RGB Percentages of Color #4c3ebe

%23.17
%18.90
%57.93

CMYK Percentages of Color #4c3ebe

%60
%67
%0
%25

Triadic Colors of #4c3ebe

#4c3ebe #be4c3e #3ebe4c

Analogous Colors of #4c3ebe

#4c3ebe #8c3ebe #3e70be

Monochromatic Colors of #4c3ebe

#4c3ebe

Complementary Color

#4c3ebe #b0be3e

#4c3ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c3ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c3ebe Color CSS Codes

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

#4c3ebe Text Font Color

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

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


#4c3ebe Background Color

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

This div background color is #4c3ebe


#4c3ebe Border Color

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

This div border color is #4c3ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c3ebe


Comments

No comments written yet.

Please login to write comment.