Color Hex Logo

#e385ee Color Hex

#E385EE
(227,133,238)
0 Favorites   0 Comments

Color spaces of #e385ee

RGB 227133238
HSL0.820.760.73
HSV294°44°93°
CMYK 0.050.440.00   0.07
XYZ55.498739.279085.5454
Yxy39.27900.30780.2178
Hunter Lab62.673048.3892-37.0568
CIE-Lab68.952951.7357-38.0773

#e385ee color RGB value is (227,133,238).

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

The process color (four color CMYK) of #e385ee color hex is 0.05, 0.44, 0.00, 0.07. Web safe color of #e385ee is #cc99ff. Color #e385ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000101 11101110
Octal 343 205 356
Decimal 227 133 238
Hex E3 85 EE

RGB Percentages of Color #e385ee

%37.96
%22.24
%39.80

CMYK Percentages of Color #e385ee

%5
%44
%0
%7

Triadic Colors of #e385ee

#e385ee #eee385 #85eee3

Analogous Colors of #e385ee

#e385ee #ee85c5 #af85ee

Monochromatic Colors of #e385ee

#e385ee

Complementary Color

#e385ee #90ee85

#e385ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e385ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e385ee Color CSS Codes

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

#e385ee Text Font Color

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

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


#e385ee Background Color

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

This div background color is #e385ee


#e385ee Border Color

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

This div border color is #e385ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,133,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e385ee


Comments

No comments written yet.

Please login to write comment.