Color Hex Logo

#ee14cd Color Hex

#EE14CD
(238,20,205)
0 Favorites   0 Comments

Color spaces of #ee14cd

RGB 23820205
HSL0.860.870.51
HSV309°92°93°
CMYK 0.000.920.14   0.07
XYZ46.529523.085259.7611
Yxy23.08520.35960.1784
Hunter Lab48.047188.7797-40.1122
CIE-Lab55.160087.3398-41.0609

#ee14cd color RGB value is (238,20,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010100 11001101
Octal 356 24 315
Decimal 238 20 205
Hex EE 14 CD

RGB Percentages of Color #ee14cd

%51.40
%4.32
%44.28

CMYK Percentages of Color #ee14cd

%0
%92
%14
%7

Triadic Colors of #ee14cd

#ee14cd #cdee14 #14cdee

Analogous Colors of #ee14cd

#ee14cd #ee1460 #a214ee

Monochromatic Colors of #ee14cd

#ee14cd

Complementary Color

#ee14cd #14ee35

#ee14cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee14cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee14cd Color CSS Codes

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

#ee14cd Text Font Color

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

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


#ee14cd Background Color

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

This div background color is #ee14cd


#ee14cd Border Color

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

This div border color is #ee14cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee14cd


Comments

No comments written yet.

Please login to write comment.