Color Hex Logo

#ee23ee Color Hex

#EE23EE
(238,35,238)
0 Favorites   0 Comments

Color spaces of #ee23ee

RGB 23835238
HSL0.830.860.54
HSV300°85°93°
CMYK 0.000.850.00   0.07
XYZ51.293525.552383.1175
Yxy25.55230.32070.1597
Hunter Lab50.549392.6667-62.1052
CIE-Lab57.609689.7954-55.8719

#ee23ee color RGB value is (238,35,238).

#ee23ee hex color red value is 238, green value is 35 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ee23ee hue: 0.83 , saturation: 0.86 and the lightness value of ee23ee is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100011 11101110
Octal 356 43 356
Decimal 238 35 238
Hex EE 23 EE

RGB Percentages of Color #ee23ee

%46.58
%6.85
%46.58

CMYK Percentages of Color #ee23ee

%0
%85
%0
%7

Triadic Colors of #ee23ee

#ee23ee #eeee23 #23eeee

Analogous Colors of #ee23ee

#ee23ee #ee2389 #8923ee

Monochromatic Colors of #ee23ee

#ee23ee

Complementary Color

#ee23ee #23ee23

#ee23ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee23ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee23ee Color CSS Codes

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

#ee23ee Text Font Color

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

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


#ee23ee Background Color

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

This div background color is #ee23ee


#ee23ee Border Color

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

This div border color is #ee23ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee23ee


Comments

No comments written yet.

Please login to write comment.