Color Hex Logo

#4d3cea Color Hex

#4D3CEA
(77,60,234)
0 Favorites   0 Comments

Color spaces of #4d3cea

RGB 7760234
HSL0.680.810.58
HSV246°74°92°
CMYK 0.670.740.00   0.08
XYZ19.527710.750078.8876
Yxy10.75000.17890.0985
Hunter Lab32.787248.9351-119.7036
CIE-Lab39.156257.2933-84.5334

#4d3cea color RGB value is (77,60,234).

#4d3cea hex color red value is 77, green value is 60 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4d3cea hue: 0.68 , saturation: 0.81 and the lightness value of 4d3cea is 0.58.

The process color (four color CMYK) of #4d3cea color hex is 0.67, 0.74, 0.00, 0.08. Web safe color of #4d3cea is #6633ff. Color #4d3cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 00111100 11101010
Octal 115 74 352
Decimal 77 60 234
Hex 4D 3C EA

RGB Percentages of Color #4d3cea

%20.75
%16.17
%63.07

CMYK Percentages of Color #4d3cea

%67
%74
%0
%8

Triadic Colors of #4d3cea

#4d3cea #ea4d3c #3cea4d

Analogous Colors of #4d3cea

#4d3cea #a43cea #3c82ea

Monochromatic Colors of #4d3cea

#4d3cea

Complementary Color

#4d3cea #d9ea3c

#4d3cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d3cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d3cea Color CSS Codes

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

#4d3cea Text Font Color

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

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


#4d3cea Background Color

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

This div background color is #4d3cea


#4d3cea Border Color

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

This div border color is #4d3cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,60,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d3cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d3cea;
  -webkit-box-shadow: 1px 1px 3px 2px #4d3cea;
  box-shadow:         1px 1px 3px 2px #4d3cea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,60,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d3cea


Comments

No comments written yet.

Please login to write comment.