Color Hex Logo

#ee72eb Color Hex

#EE72EB
(238,114,235)
0 Favorites   0 Comments

Color spaces of #ee72eb

RGB 238114235
HSL0.840.780.69
HSV301°52°93°
CMYK 0.000.520.01   0.07
XYZ56.272636.209982.6206
Yxy36.20990.32140.2068
Hunter Lab60.174761.6194-39.2837
CIE-Lab66.680063.4662-39.8684

#ee72eb color RGB value is (238,114,235).

#ee72eb hex color red value is 238, green value is 114 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ee72eb hue: 0.84 , saturation: 0.78 and the lightness value of ee72eb is 0.69.

The process color (four color CMYK) of #ee72eb color hex is 0.00, 0.52, 0.01, 0.07. Web safe color of #ee72eb is #ff66ff. Color #ee72eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110010 11101011
Octal 356 162 353
Decimal 238 114 235
Hex EE 72 EB

RGB Percentages of Color #ee72eb

%40.55
%19.42
%40.03

CMYK Percentages of Color #ee72eb

%0
%52
%1
%7

Triadic Colors of #ee72eb

#ee72eb #ebee72 #72ebee

Analogous Colors of #ee72eb

#ee72eb #ee72ad #b372ee

Monochromatic Colors of #ee72eb

#ee72eb

Complementary Color

#ee72eb #72ee75

#ee72eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee72eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee72eb Color CSS Codes

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

#ee72eb Text Font Color

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

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


#ee72eb Background Color

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

This div background color is #ee72eb


#ee72eb Border Color

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

This div border color is #ee72eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee72eb


Comments

No comments written yet.

Please login to write comment.