Color Hex Logo

#ee12ff Color Hex

#EE12FF
(238,18,255)
0 Favorites   0 Comments

Color spaces of #ee12ff

RGB 23818255
HSL0.821.000.54
HSV296°93°100°
CMYK 0.070.930.00   0.00
XYZ53.526225.829896.7722
Yxy25.82980.30390.1467
Hunter Lab50.823099.0538-77.3181
CIE-Lab57.875194.4737-64.9206

#ee12ff color RGB value is (238,18,255).

#ee12ff hex color red value is 238, green value is 18 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ee12ff hue: 0.82 , saturation: 1.00 and the lightness value of ee12ff is 0.54.

The process color (four color CMYK) of #ee12ff color hex is 0.07, 0.93, 0.00, 0.00. Web safe color of #ee12ff is #ff00ff. Color #ee12ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010010 11111111
Octal 356 22 377
Decimal 238 18 255
Hex EE 12 FF

RGB Percentages of Color #ee12ff

%46.58
%3.52
%49.90

CMYK Percentages of Color #ee12ff

%7
%93
%0
%0

Triadic Colors of #ee12ff

#ee12ff #ffee12 #12ffee

Analogous Colors of #ee12ff

#ee12ff #ff129a #7812ff

Monochromatic Colors of #ee12ff

#ee12ff

Complementary Color

#ee12ff #23ff12

#ee12ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee12ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee12ff Color CSS Codes

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

#ee12ff Text Font Color

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

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


#ee12ff Background Color

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

This div background color is #ee12ff


#ee12ff Border Color

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

This div border color is #ee12ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee12ff

Related Colors


Comments

No comments written yet.

Please login to write comment.