Color Hex Logo

#ee23af Color Hex

#EE23AF
(238,35,175)
0 Favorites   0 Comments

Color spaces of #ee23af

RGB 23835175
HSL0.890.860.54
HSV319°85°93°
CMYK 0.000.850.26   0.07
XYZ43.598822.474442.5975
Yxy22.47440.40120.2068
Hunter Lab47.407281.1980-20.0897
CIE-Lab54.526881.6157-24.6775

#ee23af color RGB value is (238,35,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100011 10101111
Octal 356 43 257
Decimal 238 35 175
Hex EE 23 AF

RGB Percentages of Color #ee23af

%53.13
%7.81
%39.06

CMYK Percentages of Color #ee23af

%0
%85
%26
%7

Triadic Colors of #ee23af

#ee23af #afee23 #23afee

Analogous Colors of #ee23af

#ee23af #ee2349 #c823ee

Monochromatic Colors of #ee23af

#ee23af

Complementary Color

#ee23af #23ee62

#ee23af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee23af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee23af Color CSS Codes

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

#ee23af Text Font Color

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

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


#ee23af Background Color

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

This div background color is #ee23af


#ee23af Border Color

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

This div border color is #ee23af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee23af


Comments

No comments written yet.

Please login to write comment.