Color Hex Logo

#eb306f Color Hex

#EB306F
(235,48,111)
0 Favorites   0 Comments

Color spaces of #eb306f

RGB 23548111
HSL0.940.820.55
HSV340°80°92°
CMYK 0.000.800.53   0.08
XYZ38.187120.923817.0649
Yxy20.92380.50130.2747
Hunter Lab45.742568.96719.9008
CIE-Lab52.866072.109810.9033

#eb306f color RGB value is (235,48,111).

#eb306f hex color red value is 235, green value is 48 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #eb306f hue: 0.94 , saturation: 0.82 and the lightness value of eb306f is 0.55.

The process color (four color CMYK) of #eb306f color hex is 0.00, 0.80, 0.53, 0.08. Web safe color of #eb306f is #ff3366. Color #eb306f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110000 01101111
Octal 353 60 157
Decimal 235 48 111
Hex EB 30 6F

RGB Percentages of Color #eb306f

%59.64
%12.18
%28.17

CMYK Percentages of Color #eb306f

%0
%80
%53
%8

Triadic Colors of #eb306f

#eb306f #6feb30 #306feb

Analogous Colors of #eb306f

#eb306f #eb4e30 #eb30cd

Monochromatic Colors of #eb306f

#eb306f

Complementary Color

#eb306f #30ebac

#eb306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb306f Color CSS Codes

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

#eb306f Text Font Color

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

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


#eb306f Background Color

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

This div background color is #eb306f


#eb306f Border Color

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

This div border color is #eb306f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb306f


Comments

No comments written yet.

Please login to write comment.