Color Hex Logo

#4952ee Color Hex

#4952EE
(73,82,238)
0 Favorites   0 Comments

Color spaces of #4952ee

RGB 7382238
HSL0.660.830.61
HSV237°69°93°
CMYK 0.690.660.00   0.07
XYZ21.197613.624182.4014
Yxy13.62410.18080.1162
Hunter Lab36.910837.9172-106.5240
CIE-Lab43.688945.9365-79.3467

#4952ee color RGB value is (73,82,238).

#4952ee hex color red value is 73, green value is 82 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4952ee hue: 0.66 , saturation: 0.83 and the lightness value of 4952ee is 0.61.

The process color (four color CMYK) of #4952ee color hex is 0.69, 0.66, 0.00, 0.07. Web safe color of #4952ee is #3366ff. Color #4952ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010010 11101110
Octal 111 122 356
Decimal 73 82 238
Hex 49 52 EE

RGB Percentages of Color #4952ee

%18.58
%20.87
%60.56

CMYK Percentages of Color #4952ee

%69
%66
%0
%7

Triadic Colors of #4952ee

#4952ee #ee4952 #52ee49

Analogous Colors of #4952ee

#4952ee #9349ee #49a5ee

Monochromatic Colors of #4952ee

#4952ee

Complementary Color

#4952ee #eee549

#4952ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4952ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4952ee Color CSS Codes

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

#4952ee Text Font Color

<p style="color:#4952ee">Text here</p>

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


#4952ee Background Color

<div style="background-color:#4952ee">
Div content here</div>

This div background color is #4952ee


#4952ee Border Color

<div style="border:3px solid #4952ee">
Div here</div>

This div border color is #4952ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,82,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4952ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4952ee;
  -webkit-box-shadow: 1px 1px 3px 2px #4952ee;
  box-shadow:         1px 1px 3px 2px #4952ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4952ee


Comments

No comments written yet.

Please login to write comment.