Color Hex Logo

#e75298 Color Hex

#E75298
(231,82,152)
0 Favorites   0 Comments

Color spaces of #e75298

RGB 23182152
HSL0.920.760.61
HSV332°65°91°
CMYK 0.000.650.34   0.09
XYZ41.639825.290532.3927
Yxy25.29050.41920.2546
Hunter Lab50.289759.7910-2.9873
CIE-Lab57.357463.5506-7.0354

#e75298 color RGB value is (231,82,152).

#e75298 hex color red value is 231, green value is 82 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #e75298 hue: 0.92 , saturation: 0.76 and the lightness value of e75298 is 0.61.

The process color (four color CMYK) of #e75298 color hex is 0.00, 0.65, 0.34, 0.09. Web safe color of #e75298 is #ff6699. Color #e75298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010010 10011000
Octal 347 122 230
Decimal 231 82 152
Hex E7 52 98

RGB Percentages of Color #e75298

%49.68
%17.63
%32.69

CMYK Percentages of Color #e75298

%0
%65
%34
%9

Triadic Colors of #e75298

#e75298 #98e752 #5298e7

Analogous Colors of #e75298

#e75298 #e75752 #e752e3

Monochromatic Colors of #e75298

#e75298

Complementary Color

#e75298 #52e7a1

#e75298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75298 Color CSS Codes

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

#e75298 Text Font Color

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

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


#e75298 Background Color

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

This div background color is #e75298


#e75298 Border Color

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

This div border color is #e75298


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,82,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e75298; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e75298;
  -webkit-box-shadow: 1px 1px 3px 2px #e75298;
  box-shadow:         1px 1px 3px 2px #e75298; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,82,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75298


Comments

No comments written yet.

Please login to write comment.