Color Hex Logo

#eb107d Color Hex

#EB107D
(235,16,125)
0 Favorites   0 Comments

Color spaces of #eb107d

RGB 23516125
HSL0.920.870.49
HSV330°93°92°
CMYK 0.000.930.47   0.08
XYZ38.147919.513421.1579
Yxy19.51340.48400.2476
Hunter Lab44.174076.84512.5238
CIE-Lab51.282578.80880.1620

#eb107d color RGB value is (235,16,125).

#eb107d hex color red value is 235, green value is 16 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eb107d hue: 0.92 , saturation: 0.87 and the lightness value of eb107d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010000 01111101
Octal 353 20 175
Decimal 235 16 125
Hex EB 10 7D

RGB Percentages of Color #eb107d

%62.50
%4.26
%33.24

CMYK Percentages of Color #eb107d

%0
%93
%47
%8

Triadic Colors of #eb107d

#eb107d #7deb10 #107deb

Analogous Colors of #eb107d

#eb107d #eb1110 #eb10eb

Monochromatic Colors of #eb107d

#eb107d

Complementary Color

#eb107d #10eb7e

#eb107d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb107d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb107d Color CSS Codes

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

#eb107d Text Font Color

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

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


#eb107d Background Color

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

This div background color is #eb107d


#eb107d Border Color

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

This div border color is #eb107d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb107d


Comments

No comments written yet.

Please login to write comment.