Color Hex Logo

#ee72ff Color Hex

#EE72FF
(238,114,255)
0 Favorites   0 Comments

Color spaces of #ee72ff

RGB 238114255
HSL0.811.000.72
HSV293°55°100°
CMYK 0.070.550.00   0.00
XYZ59.327237.431898.7059
Yxy37.43180.30350.1915
Hunter Lab61.181566.0222-52.8272
CIE-Lab67.599766.9651-49.4264

#ee72ff color RGB value is (238,114,255).

#ee72ff hex color red value is 238, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ee72ff hue: 0.81 , saturation: 1.00 and the lightness value of ee72ff is 0.72.

The process color (four color CMYK) of #ee72ff color hex is 0.07, 0.55, 0.00, 0.00. Web safe color of #ee72ff is #ff66ff. Color #ee72ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110010 11111111
Octal 356 162 377
Decimal 238 114 255
Hex EE 72 FF

RGB Percentages of Color #ee72ff

%39.21
%18.78
%42.01

CMYK Percentages of Color #ee72ff

%7
%55
%0
%0

Triadic Colors of #ee72ff

#ee72ff #ffee72 #72ffee

Analogous Colors of #ee72ff

#ee72ff #ff72ca #a872ff

Monochromatic Colors of #ee72ff

#ee72ff

Complementary Color

#ee72ff #83ff72

#ee72ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee72ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee72ff Color CSS Codes

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

#ee72ff Text Font Color

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

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


#ee72ff Background Color

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

This div background color is #ee72ff


#ee72ff Border Color

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

This div border color is #ee72ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee72ff


Comments

No comments written yet.

Please login to write comment.