Color Hex Logo

#eb2369 Color Hex

#EB2369
(235,35,105)
0 Favorites   0 Comments

Color spaces of #eb2369

RGB 23535105
HSL0.940.830.53
HSV339°85°92°
CMYK 0.000.850.55   0.08
XYZ37.411819.884215.2308
Yxy19.88420.51580.2742
Hunter Lab44.591771.723510.9630
CIE-Lab51.706074.595712.9138

#eb2369 color RGB value is (235,35,105).

#eb2369 hex color red value is 235, green value is 35 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #eb2369 hue: 0.94 , saturation: 0.83 and the lightness value of eb2369 is 0.53.

The process color (four color CMYK) of #eb2369 color hex is 0.00, 0.85, 0.55, 0.08. Web safe color of #eb2369 is #ff3366. Color #eb2369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100011 01101001
Octal 353 43 151
Decimal 235 35 105
Hex EB 23 69

RGB Percentages of Color #eb2369

%62.67
%9.33
%28.00

CMYK Percentages of Color #eb2369

%0
%85
%55
%8

Triadic Colors of #eb2369

#eb2369 #69eb23 #2369eb

Analogous Colors of #eb2369

#eb2369 #eb4123 #eb23cd

Monochromatic Colors of #eb2369

#eb2369

Complementary Color

#eb2369 #23eba5

#eb2369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2369 Color CSS Codes

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

#eb2369 Text Font Color

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

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


#eb2369 Background Color

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

This div background color is #eb2369


#eb2369 Border Color

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

This div border color is #eb2369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2369


Comments

No comments written yet.

Please login to write comment.