Color Hex Logo

#e150dd Color Hex

#E150DD
(225,80,221)
0 Favorites   0 Comments

Color spaces of #e150dd

RGB 22580221
HSL0.840.710.60
HSV302°64°88°
CMYK 0.000.640.02   0.12
XYZ46.971126.965371.1358
Yxy26.96530.32380.1859
Hunter Lab51.928170.5863-44.8711
CIE-Lab58.942272.2799-44.3319

#e150dd color RGB value is (225,80,221).

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

The process color (four color CMYK) of #e150dd color hex is 0.00, 0.64, 0.02, 0.12. Web safe color of #e150dd is #cc66cc. Color #e150dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010000 11011101
Octal 341 120 335
Decimal 225 80 221
Hex E1 50 DD

RGB Percentages of Color #e150dd

%42.78
%15.21
%42.02

CMYK Percentages of Color #e150dd

%0
%64
%2
%12

Triadic Colors of #e150dd

#e150dd #dde150 #50dde1

Analogous Colors of #e150dd

#e150dd #e15095 #9d50e1

Monochromatic Colors of #e150dd

#e150dd

Complementary Color

#e150dd #50e154

#e150dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e150dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e150dd Color CSS Codes

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

#e150dd Text Font Color

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

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


#e150dd Background Color

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

This div background color is #e150dd


#e150dd Border Color

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

This div border color is #e150dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e150dd


Comments

No comments written yet.

Please login to write comment.