Color Hex Logo

#ee7dff Color Hex

#EE7DFF
(238,125,255)
0 Favorites   0 Comments

Color spaces of #ee7dff

RGB 238125255
HSL0.811.000.75
HSV292°51°100°
CMYK 0.070.510.00   0.00
XYZ60.643540.064499.1447
Yxy40.06440.30340.2005
Hunter Lab63.296460.2497-48.5617
CIE-Lab69.515461.8452-46.4100

#ee7dff color RGB value is (238,125,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111101 11111111
Octal 356 175 377
Decimal 238 125 255
Hex EE 7D FF

RGB Percentages of Color #ee7dff

%38.51
%20.23
%41.26

CMYK Percentages of Color #ee7dff

%7
%51
%0
%0

Triadic Colors of #ee7dff

#ee7dff #ffee7d #7dffee

Analogous Colors of #ee7dff

#ee7dff #ff7dcf #ad7dff

Monochromatic Colors of #ee7dff

#ee7dff

Complementary Color

#ee7dff #8eff7d

#ee7dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7dff Color CSS Codes

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

#ee7dff Text Font Color

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

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


#ee7dff Background Color

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

This div background color is #ee7dff


#ee7dff Border Color

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

This div border color is #ee7dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7dff

Related Colors


Comments

No comments written yet.

Please login to write comment.