Color Hex Logo

#ee7bff Color Hex

#EE7BFF
(238,123,255)
0 Favorites   0 Comments

Color spaces of #ee7bff

RGB 238123255
HSL0.811.000.74
HSV292°52°100°
CMYK 0.070.520.00   0.00
XYZ60.392939.563199.0611
Yxy39.56310.30350.1988
Hunter Lab62.899261.3138-49.3475
CIE-Lab69.157262.7953-46.9730

#ee7bff color RGB value is (238,123,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111011 11111111
Octal 356 173 377
Decimal 238 123 255
Hex EE 7B FF

RGB Percentages of Color #ee7bff

%38.64
%19.97
%41.40

CMYK Percentages of Color #ee7bff

%7
%52
%0
%0

Triadic Colors of #ee7bff

#ee7bff #ffee7b #7bffee

Analogous Colors of #ee7bff

#ee7bff #ff7bce #ac7bff

Monochromatic Colors of #ee7bff

#ee7bff

Complementary Color

#ee7bff #8cff7b

#ee7bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7bff Color CSS Codes

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

#ee7bff Text Font Color

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

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


#ee7bff Background Color

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

This div background color is #ee7bff


#ee7bff Border Color

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

This div border color is #ee7bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7bff


Comments

No comments written yet.

Please login to write comment.