Color Hex Logo

#e75280 Color Hex

#E75280
(231,82,128)
0 Favorites   0 Comments

Color spaces of #e75280

RGB 23182128
HSL0.950.760.61
HSV341°65°91°
CMYK 0.000.650.45   0.09
XYZ39.868624.582023.0656
Yxy24.58200.45560.2809
Hunter Lab49.580256.77057.1234
CIE-Lab56.665961.06886.0616

#e75280 color RGB value is (231,82,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010010 10000000
Octal 347 122 200
Decimal 231 82 128
Hex E7 52 80

RGB Percentages of Color #e75280

%52.38
%18.59
%29.02

CMYK Percentages of Color #e75280

%0
%65
%45
%9

Triadic Colors of #e75280

#e75280 #80e752 #5280e7

Analogous Colors of #e75280

#e75280 #e76f52 #e752cb

Monochromatic Colors of #e75280

#e75280

Complementary Color

#e75280 #52e7b9

#e75280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75280 Color CSS Codes

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

#e75280 Text Font Color

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

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


#e75280 Background Color

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

This div background color is #e75280


#e75280 Border Color

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

This div border color is #e75280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75280


Comments

No comments written yet.

Please login to write comment.