Color Hex Logo

#e175dc Color Hex

#E175DC
(225,117,220)
0 Favorites   0 Comments

Color spaces of #e175dc

RGB 225117220
HSL0.840.640.67
HSV303°48°88°
CMYK 0.000.480.02   0.12
XYZ50.330933.897471.6003
Yxy33.89740.32300.2175
Hunter Lab58.221552.4209-32.1593
CIE-Lab64.881155.8905-34.4694

#e175dc color RGB value is (225,117,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110101 11011100
Octal 341 165 334
Decimal 225 117 220
Hex E1 75 DC

RGB Percentages of Color #e175dc

%40.04
%20.82
%39.15

CMYK Percentages of Color #e175dc

%0
%48
%2
%12

Triadic Colors of #e175dc

#e175dc #dce175 #75dce1

Analogous Colors of #e175dc

#e175dc #e175a6 #b075e1

Monochromatic Colors of #e175dc

#e175dc

Complementary Color

#e175dc #75e17a

#e175dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e175dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e175dc Color CSS Codes

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

#e175dc Text Font Color

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

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


#e175dc Background Color

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

This div background color is #e175dc


#e175dc Border Color

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

This div border color is #e175dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e175dc


Comments

No comments written yet.

Please login to write comment.