Color Hex Logo

#eb3f96 Color Hex

#EB3F96
(235,63,150)
0 Favorites   0 Comments

Color spaces of #eb3f96

RGB 23563150
HSL0.920.810.58
HSV330°73°92°
CMYK 0.000.730.36   0.08
XYZ41.543523.419231.1849
Yxy23.41920.43210.2436
Hunter Lab48.393468.5456-4.3314
CIE-Lab55.501571.2570-8.5547

#eb3f96 color RGB value is (235,63,150).

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

The process color (four color CMYK) of #eb3f96 color hex is 0.00, 0.73, 0.36, 0.08. Web safe color of #eb3f96 is #ff3399. Color #eb3f96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111111 10010110
Octal 353 77 226
Decimal 235 63 150
Hex EB 3F 96

RGB Percentages of Color #eb3f96

%52.46
%14.06
%33.48

CMYK Percentages of Color #eb3f96

%0
%73
%36
%8

Triadic Colors of #eb3f96

#eb3f96 #96eb3f #3f96eb

Analogous Colors of #eb3f96

#eb3f96 #eb3f40 #ea3feb

Monochromatic Colors of #eb3f96

#eb3f96

Complementary Color

#eb3f96 #3feb94

#eb3f96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3f96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3f96 Color CSS Codes

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

#eb3f96 Text Font Color

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

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


#eb3f96 Background Color

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

This div background color is #eb3f96


#eb3f96 Border Color

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

This div border color is #eb3f96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3f96


Comments

No comments written yet.

Please login to write comment.