Color Hex Logo

#ee72ef Color Hex

#EE72EF
(238,114,239)
0 Favorites   0 Comments

Color spaces of #ee72ef

RGB 238114239
HSL0.830.800.69
HSV300°52°94°
CMYK 0.000.520.00   0.06
XYZ56.857236.443885.6990
Yxy36.44380.31760.2036
Hunter Lab60.368762.4719-41.9096
CIE-Lab66.857664.1494-41.8002

#ee72ef color RGB value is (238,114,239).

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

The process color (four color CMYK) of #ee72ef color hex is 0.00, 0.52, 0.00, 0.06. Web safe color of #ee72ef is #ff66ff. Color #ee72ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110010 11101111
Octal 356 162 357
Decimal 238 114 239
Hex EE 72 EF

RGB Percentages of Color #ee72ef

%40.27
%19.29
%40.44

CMYK Percentages of Color #ee72ef

%0
%52
%0
%6

Triadic Colors of #ee72ef

#ee72ef #efee72 #72efee

Analogous Colors of #ee72ef

#ee72ef #ef72b2 #b072ef

Monochromatic Colors of #ee72ef

#ee72ef

Complementary Color

#ee72ef #73ef72

#ee72ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee72ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee72ef Color CSS Codes

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

#ee72ef Text Font Color

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

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


#ee72ef Background Color

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

This div background color is #ee72ef


#ee72ef Border Color

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

This div border color is #ee72ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee72ef


Comments

No comments written yet.

Please login to write comment.