color codes Logo

#4e29ed color codes

#4E29ED
(78,41,237)
0 Favorites   0 Comments

Color spaces of #4e29ed

RGB 7841237
HSL0.700.840.55
HSV251°83°93°
CMYK 0.670.830.00   0.07
XYZ19.22099.320080.9067
Yxy9.32000.17560.0852
Hunter Lab30.528758.9587-135.7595
CIE-Lab36.593266.7872-90.4719

#4e29ed color RGB value is (78,41,237).

#4e29ed hex color red value is 78, green value is 41 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4e29ed hue: 0.70 , saturation: 0.84 and the lightness value of 4e29ed is 0.55.

The process color (four color CMYK) of #4e29ed color code is 0.67, 0.83, 0.00, 0.07. Web safe color of #4e29ed is #6633ff. Color #4e29ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00101001 11101101
Octal 116 51 355
Decimal 78 41 237
Hex 4E 29 ED

RGB Percentages of Color #4e29ed

%21.91
%11.52
%66.57

CMYK Percentages of Color #4e29ed

%67
%83
%0
%7

Triadic Colors of #4e29ed

#4e29ed #ed4e29 #29ed4e

Analogous Colors of #4e29ed

#4e29ed #b029ed #2966ed

Monochromatic Colors of #4e29ed

#4e29ed

Complementary Color

#4e29ed #c8ed29

#4e29ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e29ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e29ed Color CSS Codes

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

#4e29ed Text Font Color

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

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


#4e29ed Background Color

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

This div background color is #4e29ed


#4e29ed Border Color

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

This div border color is #4e29ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,41,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e29ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e29ed;
  -webkit-box-shadow: 1px 1px 3px 2px #4e29ed;
  box-shadow:         1px 1px 3px 2px #4e29ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,41,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e29ed


Comments

No comments written yet.

Please login to write comment.