Color Hex Logo

#e385eb Color Hex

#E385EB
(227,133,235)
0 Favorites   0 Comments

Color spaces of #e385eb

RGB 227133235
HSL0.820.720.72
HSV295°43°92°
CMYK 0.030.430.00   0.08
XYZ55.061539.104183.2431
Yxy39.10410.31040.2204
Hunter Lab62.533347.7388-35.1524
CIE-Lab68.826651.1798-36.6244

#e385eb color RGB value is (227,133,235).

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

The process color (four color CMYK) of #e385eb color hex is 0.03, 0.43, 0.00, 0.08. Web safe color of #e385eb is #cc99ff. Color #e385eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000101 11101011
Octal 343 205 353
Decimal 227 133 235
Hex E3 85 EB

RGB Percentages of Color #e385eb

%38.15
%22.35
%39.50

CMYK Percentages of Color #e385eb

%3
%43
%0
%8

Triadic Colors of #e385eb

#e385eb #ebe385 #85ebe3

Analogous Colors of #e385eb

#e385eb #eb85c0 #b085eb

Monochromatic Colors of #e385eb

#e385eb

Complementary Color

#e385eb #8deb85

#e385eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e385eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e385eb Color CSS Codes

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

#e385eb Text Font Color

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

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


#e385eb Background Color

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

This div background color is #e385eb


#e385eb Border Color

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

This div border color is #e385eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e385eb


Comments

No comments written yet.

Please login to write comment.