Color Hex Logo

#eb007d Color Hex

#EB007D
(235,0,125)
0 Favorites   0 Comments

Color spaces of #eb007d

RGB 2350125
HSL0.911.000.46
HSV328°100°92°
CMYK 0.001.000.47   0.08
XYZ37.962619.142821.0961
Yxy19.14280.48540.2448
Hunter Lab43.752578.31182.0389
CIE-Lab50.853980.0584-0.4642

#eb007d color RGB value is (235,0,125).

#eb007d hex color red value is 235, green value is 0 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eb007d hue: 0.91 , saturation: 1.00 and the lightness value of eb007d is 0.46.

The process color (four color CMYK) of #eb007d color hex is 0.00, 1.00, 0.47, 0.08. Web safe color of #eb007d is #ff0066. Color #eb007d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000000 01111101
Octal 353 0 175
Decimal 235 0 125
Hex EB 0 7D

RGB Percentages of Color #eb007d

%65.28
%0.00
%34.72

CMYK Percentages of Color #eb007d

%0
%100
%47
%8

Triadic Colors of #eb007d

#eb007d #7deb00 #007deb

Analogous Colors of #eb007d

#eb007d #eb0008 #e400eb

Monochromatic Colors of #eb007d

#eb007d

Complementary Color

#eb007d #00eb6e

#eb007d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb007d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb007d Color CSS Codes

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

#eb007d Text Font Color

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

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


#eb007d Background Color

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

This div background color is #eb007d


#eb007d Border Color

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

This div border color is #eb007d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,0,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 #eb007d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb007d


Comments

No comments written yet.

Please login to write comment.