Color Hex Logo

#e385bb Color Hex

#E385BB
(227,133,187)
0 Favorites   0 Comments

Color spaces of #e385bb

RGB 227133187
HSL0.900.630.71
HSV326°41°89°
CMYK 0.000.410.18   0.11
XYZ49.035736.693851.5119
Yxy36.69380.35730.2674
Hunter Lab60.575438.4885-8.0160
CIE-Lab67.046743.0559-12.6562

#e385bb color RGB value is (227,133,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000101 10111011
Octal 343 205 273
Decimal 227 133 187
Hex E3 85 BB

RGB Percentages of Color #e385bb

%41.50
%24.31
%34.19

CMYK Percentages of Color #e385bb

%0
%41
%18
%11

Triadic Colors of #e385bb

#e385bb #bbe385 #85bbe3

Analogous Colors of #e385bb

#e385bb #e3858c #dc85e3

Monochromatic Colors of #e385bb

#e385bb

Complementary Color

#e385bb #85e3ad

#e385bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e385bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e385bb Color CSS Codes

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

#e385bb Text Font Color

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

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


#e385bb Background Color

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

This div background color is #e385bb


#e385bb Border Color

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

This div border color is #e385bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e385bb


Comments

No comments written yet.

Please login to write comment.