Color Hex Logo

#e185bc Color Hex

#E185BC
(225,133,188)
0 Favorites   0 Comments

Color spaces of #e185bc

RGB 225133188
HSL0.900.610.70
HSV324°41°88°
CMYK 0.000.410.16   0.12
XYZ48.516036.413452.0484
Yxy36.41340.35420.2658
Hunter Lab60.343537.9123-8.8992
CIE-Lab66.834642.5483-13.5610

#e185bc color RGB value is (225,133,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 10111100
Octal 341 205 274
Decimal 225 133 188
Hex E1 85 BC

RGB Percentages of Color #e185bc

%41.21
%24.36
%34.43

CMYK Percentages of Color #e185bc

%0
%41
%16
%12

Triadic Colors of #e185bc

#e185bc #bce185 #85bce1

Analogous Colors of #e185bc

#e185bc #e1858e #d885e1

Monochromatic Colors of #e185bc

#e185bc

Complementary Color

#e185bc #85e1aa

#e185bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e185bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e185bc Color CSS Codes

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

#e185bc Text Font Color

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

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


#e185bc Background Color

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

This div background color is #e185bc


#e185bc Border Color

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

This div border color is #e185bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e185bc


Comments

No comments written yet.

Please login to write comment.