Color Hex Logo

#ee81eb Color Hex

#EE81EB
(238,129,235)
0 Favorites   0 Comments

Color spaces of #ee81eb

RGB 238129235
HSL0.840.760.72
HSV302°46°93°
CMYK 0.000.460.01   0.07
XYZ58.105539.875883.2316
Yxy39.87580.32060.2200
Hunter Lab63.147353.7405-33.9444
CIE-Lab69.381056.3338-35.6601

#ee81eb color RGB value is (238,129,235).

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

The process color (four color CMYK) of #ee81eb color hex is 0.00, 0.46, 0.01, 0.07. Web safe color of #ee81eb is #ff99ff. Color #ee81eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000001 11101011
Octal 356 201 353
Decimal 238 129 235
Hex EE 81 EB

RGB Percentages of Color #ee81eb

%39.53
%21.43
%39.04

CMYK Percentages of Color #ee81eb

%0
%46
%1
%7

Triadic Colors of #ee81eb

#ee81eb #ebee81 #81ebee

Analogous Colors of #ee81eb

#ee81eb #ee81b5 #bb81ee

Monochromatic Colors of #ee81eb

#ee81eb

Complementary Color

#ee81eb #81ee84

#ee81eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee81eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee81eb Color CSS Codes

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

#ee81eb Text Font Color

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

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


#ee81eb Background Color

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

This div background color is #ee81eb


#ee81eb Border Color

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

This div border color is #ee81eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee81eb


Comments

No comments written yet.

Please login to write comment.