Color Hex Logo

#e174db Color Hex

#E174DB
(225,116,219)
0 Favorites   0 Comments

Color spaces of #e174db

RGB 225116219
HSL0.840.640.67
HSV303°48°88°
CMYK 0.000.480.03   0.12
XYZ50.082933.612870.8661
Yxy33.61280.32400.2175
Hunter Lab57.976552.7378-31.8880
CIE-Lab64.654156.2035-34.2643

#e174db color RGB value is (225,116,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 11011011
Octal 341 164 333
Decimal 225 116 219
Hex E1 74 DB

RGB Percentages of Color #e174db

%40.18
%20.71
%39.11

CMYK Percentages of Color #e174db

%0
%48
%3
%12

Triadic Colors of #e174db

#e174db #dbe174 #74dbe1

Analogous Colors of #e174db

#e174db #e174a5 #b174e1

Monochromatic Colors of #e174db

#e174db

Complementary Color

#e174db #74e17a

#e174db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174db Color CSS Codes

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

#e174db Text Font Color

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

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


#e174db Background Color

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

This div background color is #e174db


#e174db Border Color

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

This div border color is #e174db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174db


Comments

No comments written yet.

Please login to write comment.