Color Hex Logo

#e283eb Color Hex

#E283EB
(226,131,235)
0 Favorites   0 Comments

Color spaces of #e283eb

RGB 226131235
HSL0.820.720.72
HSV295°44°92°
CMYK 0.040.440.00   0.08
XYZ54.475738.399583.1379
Yxy38.39950.30950.2182
Hunter Lab61.967348.4772-36.1688
CIE-Lab68.314051.9057-37.4310

#e283eb color RGB value is (226,131,235).

#e283eb hex color red value is 226, green value is 131 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e283eb hue: 0.82 , saturation: 0.72 and the lightness value of e283eb is 0.72.

The process color (four color CMYK) of #e283eb color hex is 0.04, 0.44, 0.00, 0.08. Web safe color of #e283eb is #cc99ff. Color #e283eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000011 11101011
Octal 342 203 353
Decimal 226 131 235
Hex E2 83 EB

RGB Percentages of Color #e283eb

%38.18
%22.13
%39.70

CMYK Percentages of Color #e283eb

%4
%44
%0
%8

Triadic Colors of #e283eb

#e283eb #ebe283 #83ebe2

Analogous Colors of #e283eb

#e283eb #eb83c0 #ae83eb

Monochromatic Colors of #e283eb

#e283eb

Complementary Color

#e283eb #8ceb83

#e283eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e283eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e283eb Color CSS Codes

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

#e283eb Text Font Color

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

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


#e283eb Background Color

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

This div background color is #e283eb


#e283eb Border Color

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

This div border color is #e283eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,131,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e283eb


Comments

No comments written yet.

Please login to write comment.