Color Hex Logo

#e75286 Color Hex

#E75286
(231,82,134)
0 Favorites   0 Comments

Color spaces of #e75286

RGB 23182134
HSL0.940.760.61
HSV339°65°91°
CMYK 0.000.650.42   0.09
XYZ40.275424.744725.2077
Yxy24.74470.44640.2742
Hunter Lab49.744057.47094.7757
CIE-Lab56.825861.64802.7553

#e75286 color RGB value is (231,82,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010010 10000110
Octal 347 122 206
Decimal 231 82 134
Hex E7 52 86

RGB Percentages of Color #e75286

%51.68
%18.34
%29.98

CMYK Percentages of Color #e75286

%0
%65
%42
%9

Triadic Colors of #e75286

#e75286 #86e752 #5286e7

Analogous Colors of #e75286

#e75286 #e76952 #e752d1

Monochromatic Colors of #e75286

#e75286

Complementary Color

#e75286 #52e7b3

#e75286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75286 Color CSS Codes

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

#e75286 Text Font Color

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

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


#e75286 Background Color

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

This div background color is #e75286


#e75286 Border Color

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

This div border color is #e75286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75286


Comments

No comments written yet.

Please login to write comment.