Color Hex Logo

#eb3f73 Color Hex

#EB3F73
(235,63,115)
0 Favorites   0 Comments

Color spaces of #eb3f73

RGB 23563115
HSL0.950.810.58
HSV342°73°92°
CMYK 0.000.730.51   0.08
XYZ39.133022.455018.4914
Yxy22.45500.48870.2804
Hunter Lab47.386764.482510.0344
CIE-Lab54.506568.060210.8071

#eb3f73 color RGB value is (235,63,115).

#eb3f73 hex color red value is 235, green value is 63 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #eb3f73 hue: 0.95 , saturation: 0.81 and the lightness value of eb3f73 is 0.58.

The process color (four color CMYK) of #eb3f73 color hex is 0.00, 0.73, 0.51, 0.08. Web safe color of #eb3f73 is #ff3366. Color #eb3f73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111111 01110011
Octal 353 77 163
Decimal 235 63 115
Hex EB 3F 73

RGB Percentages of Color #eb3f73

%56.90
%15.25
%27.85

CMYK Percentages of Color #eb3f73

%0
%73
%51
%8

Triadic Colors of #eb3f73

#eb3f73 #73eb3f #3f73eb

Analogous Colors of #eb3f73

#eb3f73 #eb613f #eb3fc9

Monochromatic Colors of #eb3f73

#eb3f73

Complementary Color

#eb3f73 #3febb7

#eb3f73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3f73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3f73 Color CSS Codes

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

#eb3f73 Text Font Color

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

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


#eb3f73 Background Color

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

This div background color is #eb3f73


#eb3f73 Border Color

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

This div border color is #eb3f73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3f73


Comments

No comments written yet.

Please login to write comment.