color codes Logo

#e984ed color codes

#E984ED
(233,132,237)
0 Favorites   0 Comments

Color spaces of #e984ed

RGB 233132237
HSL0.830.740.72
HSV298°44°93°
CMYK 0.020.440.00   0.07
XYZ57.141639.940684.8184
Yxy39.94060.31410.2196
Hunter Lab63.198650.7950-35.3337
CIE-Lab69.427253.7750-36.7352

#e984ed color RGB value is (233,132,237).

#e984ed hex color red value is 233, green value is 132 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e984ed hue: 0.83 , saturation: 0.74 and the lightness value of e984ed is 0.72.

The process color (four color CMYK) of #e984ed color code is 0.02, 0.44, 0.00, 0.07. Web safe color of #e984ed is #ff99ff. Color #e984ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000100 11101101
Octal 351 204 355
Decimal 233 132 237
Hex E9 84 ED

RGB Percentages of Color #e984ed

%38.70
%21.93
%39.37

CMYK Percentages of Color #e984ed

%2
%44
%0
%7

Triadic Colors of #e984ed

#e984ed #ede984 #84ede9

Analogous Colors of #e984ed

#e984ed #ed84bd #b584ed

Monochromatic Colors of #e984ed

#e984ed

Complementary Color

#e984ed #88ed84

#e984ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e984ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e984ed Color CSS Codes

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

#e984ed Text Font Color

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

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


#e984ed Background Color

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

This div background color is #e984ed


#e984ed Border Color

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

This div border color is #e984ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,132,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e984ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e984ed;
  -webkit-box-shadow: 1px 1px 3px 2px #e984ed;
  box-shadow:         1px 1px 3px 2px #e984ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,132,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e984ed


Comments

No comments written yet.

Please login to write comment.