Color Hex Logo

#e174be Color Hex

#E174BE
(225,116,190)
0 Favorites   0 Comments

Color spaces of #e174be

RGB 225116190
HSL0.890.640.67
HSV319°48°88°
CMYK 0.000.480.16   0.12
XYZ46.591032.216052.4779
Yxy32.21600.35490.2454
Hunter Lab56.759147.1940-15.0865
CIE-Lab63.521051.4745-19.7030

#e174be color RGB value is (225,116,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 10111110
Octal 341 164 276
Decimal 225 116 190
Hex E1 74 BE

RGB Percentages of Color #e174be

%42.37
%21.85
%35.78

CMYK Percentages of Color #e174be

%0
%48
%16
%12

Triadic Colors of #e174be

#e174be #bee174 #74bee1

Analogous Colors of #e174be

#e174be #e17488 #ce74e1

Monochromatic Colors of #e174be

#e174be

Complementary Color

#e174be #74e197

#e174be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174be Color CSS Codes

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

#e174be Text Font Color

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

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


#e174be Background Color

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

This div background color is #e174be


#e174be Border Color

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

This div border color is #e174be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,116,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 #e174be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174be


Comments

No comments written yet.

Please login to write comment.