Color Hex Logo

#4836ed Color Hex

#4836ED
(72,54,237)
0 Favorites   0 Comments

Color spaces of #4836ed

RGB 7254237
HSL0.680.840.57
HSV246°77°93°
CMYK 0.700.770.00   0.07
XYZ19.277710.130581.0601
Yxy10.13050.17450.0917
Hunter Lab31.828452.4132-128.7188
CIE-Lab38.075660.6864-88.0305

#4836ed color RGB value is (72,54,237).

#4836ed hex color red value is 72, green value is 54 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4836ed hue: 0.68 , saturation: 0.84 and the lightness value of 4836ed is 0.57.

The process color (four color CMYK) of #4836ed color hex is 0.70, 0.77, 0.00, 0.07. Web safe color of #4836ed is #3333ff. Color #4836ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110110 11101101
Octal 110 66 355
Decimal 72 54 237
Hex 48 36 ED

RGB Percentages of Color #4836ed

%19.83
%14.88
%65.29

CMYK Percentages of Color #4836ed

%70
%77
%0
%7

Triadic Colors of #4836ed

#4836ed #ed4836 #36ed48

Analogous Colors of #4836ed

#4836ed #a436ed #3680ed

Monochromatic Colors of #4836ed

#4836ed

Complementary Color

#4836ed #dbed36

#4836ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4836ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4836ed Color CSS Codes

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

#4836ed Text Font Color

<p style="color:#4836ed">Text here</p>

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


#4836ed Background Color

<div style="background-color:#4836ed">
Div content here</div>

This div background color is #4836ed


#4836ed Border Color

<div style="border:3px solid #4836ed">
Div here</div>

This div border color is #4836ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,54,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4836ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4836ed;
  -webkit-box-shadow: 1px 1px 3px 2px #4836ed;
  box-shadow:         1px 1px 3px 2px #4836ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,54,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 #4836ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4836ed


Comments

No comments written yet.

Please login to write comment.