Color Hex Logo

#4c3eba Color Hex

#4C3EBA
(76,62,186)
0 Favorites   0 Comments

Color spaces of #4c3eba

RGB 7662186
HSL0.690.500.49
HSV247°67°73°
CMYK 0.590.670.00   0.27
XYZ13.56608.526947.3852
Yxy8.52690.19530.1227
Hunter Lab29.200931.8252-75.7713
CIE-Lab35.057041.2279-63.5329

#4c3eba color RGB value is (76,62,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00111110 10111010
Octal 114 76 272
Decimal 76 62 186
Hex 4C 3E BA

RGB Percentages of Color #4c3eba

%23.46
%19.14
%57.41

CMYK Percentages of Color #4c3eba

%59
%67
%0
%27

Triadic Colors of #4c3eba

#4c3eba #ba4c3e #3eba4c

Analogous Colors of #4c3eba

#4c3eba #8a3eba #3e6eba

Monochromatic Colors of #4c3eba

#4c3eba

Complementary Color

#4c3eba #acba3e

#4c3eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c3eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c3eba Color CSS Codes

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

#4c3eba Text Font Color

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

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


#4c3eba Background Color

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

This div background color is #4c3eba


#4c3eba Border Color

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

This div border color is #4c3eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c3eba


Comments

No comments written yet.

Please login to write comment.