Color Hex Logo

#e271dd Color Hex

#E271DD
(226,113,221)
0 Favorites   0 Comments

Color spaces of #e271dd

RGB 226113221
HSL0.840.660.66
HSV303°50°89°
CMYK 0.000.500.02   0.11
XYZ50.320333.199572.1626
Yxy33.19950.32320.2133
Hunter Lab57.619055.0558-33.9221
CIE-Lab64.322158.2713-35.8872

#e271dd color RGB value is (226,113,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110001 11011101
Octal 342 161 335
Decimal 226 113 221
Hex E2 71 DD

RGB Percentages of Color #e271dd

%40.36
%20.18
%39.46

CMYK Percentages of Color #e271dd

%0
%50
%2
%11

Triadic Colors of #e271dd

#e271dd #dde271 #71dde2

Analogous Colors of #e271dd

#e271dd #e271a5 #af71e2

Monochromatic Colors of #e271dd

#e271dd

Complementary Color

#e271dd #71e276

#e271dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e271dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e271dd Color CSS Codes

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

#e271dd Text Font Color

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

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


#e271dd Background Color

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

This div background color is #e271dd


#e271dd Border Color

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

This div border color is #e271dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e271dd


Comments

No comments written yet.

Please login to write comment.