Color Hex Logo

#4e52de Color Hex

#4E52DE
(78,82,222)
0 Favorites   0 Comments

Color spaces of #4e52de

RGB 7882222
HSL0.660.690.59
HSV238°65°87°
CMYK 0.650.630.00   0.13
XYZ19.344012.928270.5831
Yxy12.92820.18810.1257
Hunter Lab35.955833.1092-91.2203
CIE-Lab42.654941.2847-71.9629

#4e52de color RGB value is (78,82,222).

#4e52de hex color red value is 78, green value is 82 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4e52de hue: 0.66 , saturation: 0.69 and the lightness value of 4e52de is 0.59.

The process color (four color CMYK) of #4e52de color hex is 0.65, 0.63, 0.00, 0.13. Web safe color of #4e52de is #6666cc. Color #4e52de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010010 11011110
Octal 116 122 336
Decimal 78 82 222
Hex 4E 52 DE

RGB Percentages of Color #4e52de

%20.42
%21.47
%58.12

CMYK Percentages of Color #4e52de

%65
%63
%0
%13

Triadic Colors of #4e52de

#4e52de #de4e52 #52de4e

Analogous Colors of #4e52de

#4e52de #924ede #4e9ade

Monochromatic Colors of #4e52de

#4e52de

Complementary Color

#4e52de #deda4e

#4e52de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e52de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e52de Color CSS Codes

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

#4e52de Text Font Color

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

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


#4e52de Background Color

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

This div background color is #4e52de


#4e52de Border Color

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

This div border color is #4e52de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e52de


Comments

No comments written yet.

Please login to write comment.