Color Hex Logo

#ee61dd Color Hex

#EE61DD
(238,97,221)
0 Favorites   0 Comments

Color spaces of #ee61dd

RGB 23897221
HSL0.850.810.66
HSV307°59°93°
CMYK 0.000.590.07   0.07
XYZ52.585731.947071.8014
Yxy31.94700.33640.2044
Hunter Lab56.521767.1569-35.7529
CIE-Lab63.299168.6621-37.3597

#ee61dd color RGB value is (238,97,221).

#ee61dd hex color red value is 238, green value is 97 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ee61dd hue: 0.85 , saturation: 0.81 and the lightness value of ee61dd is 0.66.

The process color (four color CMYK) of #ee61dd color hex is 0.00, 0.59, 0.07, 0.07. Web safe color of #ee61dd is #ff66cc. Color #ee61dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100001 11011101
Octal 356 141 335
Decimal 238 97 221
Hex EE 61 DD

RGB Percentages of Color #ee61dd

%42.81
%17.45
%39.75

CMYK Percentages of Color #ee61dd

%0
%59
%7
%7

Triadic Colors of #ee61dd

#ee61dd #ddee61 #61ddee

Analogous Colors of #ee61dd

#ee61dd #ee6197 #b961ee

Monochromatic Colors of #ee61dd

#ee61dd

Complementary Color

#ee61dd #61ee72

#ee61dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee61dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee61dd Color CSS Codes

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

#ee61dd Text Font Color

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

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


#ee61dd Background Color

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

This div background color is #ee61dd


#ee61dd Border Color

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

This div border color is #ee61dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee61dd


Comments

No comments written yet.

Please login to write comment.