Color Hex Logo

#ee14dd Color Hex

#EE14DD
(238,20,221)
0 Favorites   0 Comments

Color spaces of #ee14dd

RGB 23820221
HSL0.850.870.51
HSV305°92°93°
CMYK 0.000.920.07   0.07
XYZ48.561223.897970.4599
Yxy23.89790.33980.1672
Hunter Lab48.885591.7663-51.2364
CIE-Lab55.985489.4360-48.8784

#ee14dd color RGB value is (238,20,221).

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

The process color (four color CMYK) of #ee14dd color hex is 0.00, 0.92, 0.07, 0.07. Web safe color of #ee14dd is #ff00cc. Color #ee14dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010100 11011101
Octal 356 24 335
Decimal 238 20 221
Hex EE 14 DD

RGB Percentages of Color #ee14dd

%49.69
%4.18
%46.14

CMYK Percentages of Color #ee14dd

%0
%92
%7
%7

Triadic Colors of #ee14dd

#ee14dd #ddee14 #14ddee

Analogous Colors of #ee14dd

#ee14dd #ee1470 #9214ee

Monochromatic Colors of #ee14dd

#ee14dd

Complementary Color

#ee14dd #14ee25

#ee14dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee14dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee14dd Color CSS Codes

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

#ee14dd Text Font Color

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

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


#ee14dd Background Color

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

This div background color is #ee14dd


#ee14dd Border Color

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

This div border color is #ee14dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee14dd


Comments

No comments written yet.

Please login to write comment.