Color Hex Logo

#eb527d Color Hex

#EB527D
(235,82,125)
0 Favorites   0 Comments

Color spaces of #eb527d

RGB 23582125
HSL0.950.790.62
HSV343°65°92°
CMYK 0.000.650.47   0.08
XYZ40.979925.177422.1019
Yxy25.17740.46430.2853
Hunter Lab50.177157.97209.0080
CIE-Lab57.247962.00598.7492

#eb527d color RGB value is (235,82,125).

#eb527d hex color red value is 235, green value is 82 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eb527d hue: 0.95 , saturation: 0.79 and the lightness value of eb527d is 0.62.

The process color (four color CMYK) of #eb527d color hex is 0.00, 0.65, 0.47, 0.08. Web safe color of #eb527d is #ff6666. Color #eb527d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010010 01111101
Octal 353 122 175
Decimal 235 82 125
Hex EB 52 7D

RGB Percentages of Color #eb527d

%53.17
%18.55
%28.28

CMYK Percentages of Color #eb527d

%0
%65
%47
%8

Triadic Colors of #eb527d

#eb527d #7deb52 #527deb

Analogous Colors of #eb527d

#eb527d #eb7452 #eb52ca

Monochromatic Colors of #eb527d

#eb527d

Complementary Color

#eb527d #52ebc0

#eb527d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb527d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb527d Color CSS Codes

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

#eb527d Text Font Color

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

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


#eb527d Background Color

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

This div background color is #eb527d


#eb527d Border Color

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

This div border color is #eb527d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb527d


Comments

No comments written yet.

Please login to write comment.