Color Hex Logo

#e385dc Color Hex

#E385DC
(227,133,220)
0 Favorites   0 Comments

Color spaces of #e385dc

RGB 227133220
HSL0.850.630.71
HSV304°41°89°
CMYK 0.000.410.03   0.11
XYZ52.984338.273372.3050
Yxy38.27330.32390.2340
Hunter Lab61.865444.6109-25.9892
CIE-Lab68.221648.4790-29.2786

#e385dc color RGB value is (227,133,220).

#e385dc hex color red value is 227, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e385dc hue: 0.85 , saturation: 0.63 and the lightness value of e385dc is 0.71.

The process color (four color CMYK) of #e385dc color hex is 0.00, 0.41, 0.03, 0.11. Web safe color of #e385dc is #cc99cc. Color #e385dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000101 11011100
Octal 343 205 334
Decimal 227 133 220
Hex E3 85 DC

RGB Percentages of Color #e385dc

%39.14
%22.93
%37.93

CMYK Percentages of Color #e385dc

%0
%41
%3
%11

Triadic Colors of #e385dc

#e385dc #dce385 #85dce3

Analogous Colors of #e385dc

#e385dc #e385ad #bb85e3

Monochromatic Colors of #e385dc

#e385dc

Complementary Color

#e385dc #85e38c

#e385dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e385dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e385dc Color CSS Codes

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

#e385dc Text Font Color

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

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


#e385dc Background Color

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

This div background color is #e385dc


#e385dc Border Color

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

This div border color is #e385dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e385dc


Comments

No comments written yet.

Please login to write comment.