Color Hex Logo

#e175cf Color Hex

#E175CF
(225,117,207)
0 Favorites   0 Comments

Color spaces of #e175cf

RGB 225117207
HSL0.860.640.67
HSV310°48°88°
CMYK 0.000.480.08   0.12
XYZ48.675133.235162.8810
Yxy33.23510.33620.2295
Hunter Lab57.649949.8243-24.3150
CIE-Lab64.350853.6905-28.0161

#e175cf color RGB value is (225,117,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110101 11001111
Octal 341 165 317
Decimal 225 117 207
Hex E1 75 CF

RGB Percentages of Color #e175cf

%40.98
%21.31
%37.70

CMYK Percentages of Color #e175cf

%0
%48
%8
%12

Triadic Colors of #e175cf

#e175cf #cfe175 #75cfe1

Analogous Colors of #e175cf

#e175cf #e17599 #bd75e1

Monochromatic Colors of #e175cf

#e175cf

Complementary Color

#e175cf #75e187

#e175cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e175cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e175cf Color CSS Codes

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

#e175cf Text Font Color

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

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


#e175cf Background Color

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

This div background color is #e175cf


#e175cf Border Color

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

This div border color is #e175cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e175cf


Comments

No comments written yet.

Please login to write comment.