Color Hex Logo

#e185be Color Hex

#E185BE
(225,133,190)
0 Favorites   0 Comments

Color spaces of #e185be

RGB 225133190
HSL0.900.610.70
HSV323°41°88°
CMYK 0.000.410.16   0.12
XYZ48.733136.500353.1919
Yxy36.50030.35210.2637
Hunter Lab60.415538.2568-9.9102
CIE-Lab66.900442.8596-14.5844

#e185be color RGB value is (225,133,190).

#e185be hex color red value is 225, green value is 133 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e185be hue: 0.90 , saturation: 0.61 and the lightness value of e185be is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 10111110
Octal 341 205 276
Decimal 225 133 190
Hex E1 85 BE

RGB Percentages of Color #e185be

%41.06
%24.27
%34.67

CMYK Percentages of Color #e185be

%0
%41
%16
%12

Triadic Colors of #e185be

#e185be #bee185 #85bee1

Analogous Colors of #e185be

#e185be #e18590 #d685e1

Monochromatic Colors of #e185be

#e185be

Complementary Color

#e185be #85e1a8

#e185be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e185be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e185be Color CSS Codes

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

#e185be Text Font Color

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

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


#e185be Background Color

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

This div background color is #e185be


#e185be Border Color

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

This div border color is #e185be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e185be


Comments

No comments written yet.

Please login to write comment.