Color Hex Logo

#e175ee Color Hex

#E175EE
(225,117,238)
0 Favorites   0 Comments

Color spaces of #e175ee

RGB 225117238
HSL0.820.780.70
HSV294°51°93°
CMYK 0.050.510.00   0.07
XYZ52.845234.903284.8407
Yxy34.90320.30620.2022
Hunter Lab59.078956.2774-43.7886
CIE-Lab65.673259.1027-43.2237

#e175ee color RGB value is (225,117,238).

#e175ee hex color red value is 225, green value is 117 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e175ee hue: 0.82 , saturation: 0.78 and the lightness value of e175ee is 0.70.

The process color (four color CMYK) of #e175ee color hex is 0.05, 0.51, 0.00, 0.07. Web safe color of #e175ee is #cc66ff. Color #e175ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110101 11101110
Octal 341 165 356
Decimal 225 117 238
Hex E1 75 EE

RGB Percentages of Color #e175ee

%38.79
%20.17
%41.03

CMYK Percentages of Color #e175ee

%5
%51
%0
%7

Triadic Colors of #e175ee

#e175ee #eee175 #75eee1

Analogous Colors of #e175ee

#e175ee #ee75bf #a575ee

Monochromatic Colors of #e175ee

#e175ee

Complementary Color

#e175ee #82ee75

#e175ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e175ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e175ee Color CSS Codes

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

#e175ee Text Font Color

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

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


#e175ee Background Color

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

This div background color is #e175ee


#e175ee Border Color

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

This div border color is #e175ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e175ee


Comments

No comments written yet.

Please login to write comment.