Color Hex Logo

#ee12e3 Color Hex

#EE12E3
(238,18,227)
0 Favorites   0 Comments

Color spaces of #ee12e3

RGB 23818227
HSL0.840.870.50
HSV303°92°93°
CMYK 0.000.920.05   0.07
XYZ49.341324.155874.7350
Yxy24.15580.33290.1630
Hunter Lab49.148693.1901-55.7520
CIE-Lab56.243490.4528-51.8638

#ee12e3 color RGB value is (238,18,227).

#ee12e3 hex color red value is 238, green value is 18 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ee12e3 hue: 0.84 , saturation: 0.87 and the lightness value of ee12e3 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010010 11100011
Octal 356 22 343
Decimal 238 18 227
Hex EE 12 E3

RGB Percentages of Color #ee12e3

%49.28
%3.73
%47.00

CMYK Percentages of Color #ee12e3

%0
%92
%5
%7

Triadic Colors of #ee12e3

#ee12e3 #e3ee12 #12e3ee

Analogous Colors of #ee12e3

#ee12e3 #ee1275 #8b12ee

Monochromatic Colors of #ee12e3

#ee12e3

Complementary Color

#ee12e3 #12ee1d

#ee12e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee12e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee12e3 Color CSS Codes

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

#ee12e3 Text Font Color

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

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


#ee12e3 Background Color

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

This div background color is #ee12e3


#ee12e3 Border Color

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

This div border color is #ee12e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee12e3


Comments

No comments written yet.

Please login to write comment.