Color Hex Logo

#e261dd Color Hex

#E261DD
(226,97,221)
0 Favorites   0 Comments

Color spaces of #e261dd

RGB 22697221
HSL0.840.690.63
HSV302°57°89°
CMYK 0.000.570.02   0.11
XYZ48.689929.938671.6191
Yxy29.93860.32410.1993
Hunter Lab54.716263.0872-39.3045
CIE-Lab61.601265.5828-40.1395

#e261dd color RGB value is (226,97,221).

#e261dd hex color red value is 226, green value is 97 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e261dd hue: 0.84 , saturation: 0.69 and the lightness value of e261dd is 0.63.

The process color (four color CMYK) of #e261dd color hex is 0.00, 0.57, 0.02, 0.11. Web safe color of #e261dd is #cc66cc. Color #e261dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100001 11011101
Octal 342 141 335
Decimal 226 97 221
Hex E2 61 DD

RGB Percentages of Color #e261dd

%41.54
%17.83
%40.63

CMYK Percentages of Color #e261dd

%0
%57
%2
%11

Triadic Colors of #e261dd

#e261dd #dde261 #61dde2

Analogous Colors of #e261dd

#e261dd #e2619d #a761e2

Monochromatic Colors of #e261dd

#e261dd

Complementary Color

#e261dd #61e266

#e261dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e261dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e261dd Color CSS Codes

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

#e261dd Text Font Color

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

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


#e261dd Background Color

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

This div background color is #e261dd


#e261dd Border Color

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

This div border color is #e261dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e261dd


Comments

No comments written yet.

Please login to write comment.