Color Hex Logo

#e385bf Color Hex

#E385BF
(227,133,191)
0 Favorites   0 Comments

Color spaces of #e385bf

RGB 227133191
HSL0.900.630.71
HSV323°41°89°
CMYK 0.000.410.16   0.11
XYZ49.470136.867553.7990
Yxy36.86750.35300.2631
Hunter Lab60.718639.1742-10.0302
CIE-Lab67.177543.6726-14.7037

#e385bf color RGB value is (227,133,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000101 10111111
Octal 343 205 277
Decimal 227 133 191
Hex E3 85 BF

RGB Percentages of Color #e385bf

%41.20
%24.14
%34.66

CMYK Percentages of Color #e385bf

%0
%41
%16
%11

Triadic Colors of #e385bf

#e385bf #bfe385 #85bfe3

Analogous Colors of #e385bf

#e385bf #e38590 #d885e3

Monochromatic Colors of #e385bf

#e385bf

Complementary Color

#e385bf #85e3a9

#e385bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e385bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e385bf Color CSS Codes

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

#e385bf Text Font Color

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

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


#e385bf Background Color

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

This div background color is #e385bf


#e385bf Border Color

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

This div border color is #e385bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e385bf


Comments

No comments written yet.

Please login to write comment.