Color Hex Logo

#ee29ee Color Hex

#EE29EE
(238,41,238)
0 Favorites   0 Comments

Color spaces of #ee29ee

RGB 23841238
HSL0.830.850.55
HSV300°83°93°
CMYK 0.000.830.00   0.07
XYZ51.485425.936183.1815
Yxy25.93610.32060.1615
Hunter Lab50.927591.3323-61.1910
CIE-Lab57.976388.7218-55.2866

#ee29ee color RGB value is (238,41,238).

#ee29ee hex color red value is 238, green value is 41 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ee29ee hue: 0.83 , saturation: 0.85 and the lightness value of ee29ee is 0.55.

The process color (four color CMYK) of #ee29ee color hex is 0.00, 0.83, 0.00, 0.07. Web safe color of #ee29ee is #ff33ff. Color #ee29ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101001 11101110
Octal 356 51 356
Decimal 238 41 238
Hex EE 29 EE

RGB Percentages of Color #ee29ee

%46.03
%7.93
%46.03

CMYK Percentages of Color #ee29ee

%0
%83
%0
%7

Triadic Colors of #ee29ee

#ee29ee #eeee29 #29eeee

Analogous Colors of #ee29ee

#ee29ee #ee298c #8c29ee

Monochromatic Colors of #ee29ee

#ee29ee

Complementary Color

#ee29ee #29ee29

#ee29ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee29ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee29ee Color CSS Codes

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

#ee29ee Text Font Color

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

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


#ee29ee Background Color

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

This div background color is #ee29ee


#ee29ee Border Color

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

This div border color is #ee29ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,41,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 #ee29ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee29ee


Comments

No comments written yet.

Please login to write comment.