color codes Logo

#e251dd color codes

#E251DD
(226,81,221)
0 Favorites   0 Comments

Color spaces of #e251dd

RGB 22681221
HSL0.840.710.60
HSV302°64°89°
CMYK 0.000.640.02   0.11
XYZ47.357627.274171.1750
Yxy27.27410.32480.1871
Hunter Lab52.224670.4718-44.2469
CIE-Lab59.227272.1328-43.8724

#e251dd color RGB value is (226,81,221).

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

The process color (four color CMYK) of #e251dd color code is 0.00, 0.64, 0.02, 0.11. Web safe color of #e251dd is #cc66cc. Color #e251dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010001 11011101
Octal 342 121 335
Decimal 226 81 221
Hex E2 51 DD

RGB Percentages of Color #e251dd

%42.80
%15.34
%41.86

CMYK Percentages of Color #e251dd

%0
%64
%2
%11

Triadic Colors of #e251dd

#e251dd #dde251 #51dde2

Analogous Colors of #e251dd

#e251dd #e25195 #9f51e2

Monochromatic Colors of #e251dd

#e251dd

Complementary Color

#e251dd #51e256

#e251dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e251dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e251dd Color CSS Codes

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

#e251dd Text Font Color

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

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


#e251dd Background Color

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

This div background color is #e251dd


#e251dd Border Color

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

This div border color is #e251dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e251dd


Comments

No comments written yet.

Please login to write comment.