Color Hex Logo

#eb658d Color Hex

#EB658D
(235,101,141)
0 Favorites   0 Comments

Color spaces of #eb658d

RGB 235101141
HSL0.950.770.66
HSV342°57°92°
CMYK 0.000.570.40   0.08
XYZ43.722328.892628.4717
Yxy28.89260.43250.2858
Hunter Lab53.751851.12806.2211
CIE-Lab60.686755.42794.3252

#eb658d color RGB value is (235,101,141).

#eb658d hex color red value is 235, green value is 101 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #eb658d hue: 0.95 , saturation: 0.77 and the lightness value of eb658d is 0.66.

The process color (four color CMYK) of #eb658d color hex is 0.00, 0.57, 0.40, 0.08. Web safe color of #eb658d is #ff6699. Color #eb658d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100101 10001101
Octal 353 145 215
Decimal 235 101 141
Hex EB 65 8D

RGB Percentages of Color #eb658d

%49.27
%21.17
%29.56

CMYK Percentages of Color #eb658d

%0
%57
%40
%8

Triadic Colors of #eb658d

#eb658d #8deb65 #658deb

Analogous Colors of #eb658d

#eb658d #eb8065 #eb65d0

Monochromatic Colors of #eb658d

#eb658d

Complementary Color

#eb658d #65ebc3

#eb658d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb658d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb658d Color CSS Codes

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

#eb658d Text Font Color

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

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


#eb658d Background Color

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

This div background color is #eb658d


#eb658d Border Color

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

This div border color is #eb658d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb658d


Comments

No comments written yet.

Please login to write comment.