Color Hex Logo

#4814ee Color Hex

#4814EE
(72,20,238)
0 Favorites   0 Comments

Color spaces of #4814ee

RGB 7220238
HSL0.710.870.51
HSV254°92°93°
CMYK 0.700.920.00   0.07
XYZ18.35538.051181.4755
Yxy8.05110.17010.0746
Hunter Lab28.374565.8155-150.3854
CIE-Lab34.089173.1076-95.2130

#4814ee color RGB value is (72,20,238).

#4814ee hex color red value is 72, green value is 20 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4814ee hue: 0.71 , saturation: 0.87 and the lightness value of 4814ee is 0.51.

The process color (four color CMYK) of #4814ee color hex is 0.70, 0.92, 0.00, 0.07. Web safe color of #4814ee is #3300ff. Color #4814ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010100 11101110
Octal 110 24 356
Decimal 72 20 238
Hex 48 14 EE

RGB Percentages of Color #4814ee

%21.82
%6.06
%72.12

CMYK Percentages of Color #4814ee

%70
%92
%0
%7

Triadic Colors of #4814ee

#4814ee #ee4814 #14ee48

Analogous Colors of #4814ee

#4814ee #b514ee #144dee

Monochromatic Colors of #4814ee

#4814ee

Complementary Color

#4814ee #baee14

#4814ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4814ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4814ee Color CSS Codes

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

#4814ee Text Font Color

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

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


#4814ee Background Color

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

This div background color is #4814ee


#4814ee Border Color

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

This div border color is #4814ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4814ee


Comments

No comments written yet.

Please login to write comment.