Color Hex Logo

#e174bd Color Hex

#E174BD
(225,116,189)
0 Favorites   0 Comments

Color spaces of #e174bd

RGB 225116189
HSL0.890.640.67
HSV320°48°88°
CMYK 0.000.480.16   0.12
XYZ46.482032.172551.9041
Yxy32.17250.35600.2464
Hunter Lab56.720847.0171-14.5506
CIE-Lab63.485251.3212-19.1911

#e174bd color RGB value is (225,116,189).

#e174bd hex color red value is 225, green value is 116 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e174bd hue: 0.89 , saturation: 0.64 and the lightness value of e174bd is 0.67.

The process color (four color CMYK) of #e174bd color hex is 0.00, 0.48, 0.16, 0.12. Web safe color of #e174bd is #cc66cc. Color #e174bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 10111101
Octal 341 164 275
Decimal 225 116 189
Hex E1 74 BD

RGB Percentages of Color #e174bd

%42.45
%21.89
%35.66

CMYK Percentages of Color #e174bd

%0
%48
%16
%12

Triadic Colors of #e174bd

#e174bd #bde174 #74bde1

Analogous Colors of #e174bd

#e174bd #e17487 #cf74e1

Monochromatic Colors of #e174bd

#e174bd

Complementary Color

#e174bd #74e198

#e174bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174bd Color CSS Codes

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

#e174bd Text Font Color

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

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


#e174bd Background Color

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

This div background color is #e174bd


#e174bd Border Color

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

This div border color is #e174bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174bd


Comments

No comments written yet.

Please login to write comment.