Color Hex Logo

#eb07dc Color Hex

#EB07DC
(235,7,220)
0 Favorites   0 Comments

Color spaces of #eb07dc

RGB 2357220
HSL0.840.940.47
HSV304°97°92°
CMYK 0.000.970.06   0.08
XYZ47.255222.981469.6554
Yxy22.98140.33780.1643
Hunter Lab47.938992.0611-52.5913
CIE-Lab55.053289.8383-49.8248

#eb07dc color RGB value is (235,7,220).

#eb07dc hex color red value is 235, green value is 7 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eb07dc hue: 0.84 , saturation: 0.94 and the lightness value of eb07dc is 0.47.

The process color (four color CMYK) of #eb07dc color hex is 0.00, 0.97, 0.06, 0.08. Web safe color of #eb07dc is #ff00cc. Color #eb07dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 11011100
Octal 353 7 334
Decimal 235 7 220
Hex EB 7 DC

RGB Percentages of Color #eb07dc

%50.87
%1.52
%47.62

CMYK Percentages of Color #eb07dc

%0
%97
%6
%8

Triadic Colors of #eb07dc

#eb07dc #dceb07 #07dceb

Analogous Colors of #eb07dc

#eb07dc #eb076a #8807eb

Monochromatic Colors of #eb07dc

#eb07dc

Complementary Color

#eb07dc #07eb16

#eb07dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb07dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb07dc Color CSS Codes

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

#eb07dc Text Font Color

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

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


#eb07dc Background Color

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

This div background color is #eb07dc


#eb07dc Border Color

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

This div border color is #eb07dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb07dc


Comments

No comments written yet.

Please login to write comment.