Color Hex Logo

#eb236a Color Hex

#EB236A
(235,35,106)
0 Favorites   0 Comments

Color spaces of #eb236a

RGB 23535106
HSL0.940.830.53
HSV339°85°92°
CMYK 0.000.850.55   0.08
XYZ37.463519.904815.5031
Yxy19.90480.51410.2731
Hunter Lab44.614871.812410.6278
CIE-Lab51.729474.663612.3390

#eb236a color RGB value is (235,35,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100011 01101010
Octal 353 43 152
Decimal 235 35 106
Hex EB 23 6A

RGB Percentages of Color #eb236a

%62.50
%9.31
%28.19

CMYK Percentages of Color #eb236a

%0
%85
%55
%8

Triadic Colors of #eb236a

#eb236a #6aeb23 #236aeb

Analogous Colors of #eb236a

#eb236a #eb4023 #eb23ce

Monochromatic Colors of #eb236a

#eb236a

Complementary Color

#eb236a #23eba4

#eb236a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb236a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb236a Color CSS Codes

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

#eb236a Text Font Color

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

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


#eb236a Background Color

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

This div background color is #eb236a


#eb236a Border Color

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

This div border color is #eb236a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb236a


Comments

No comments written yet.

Please login to write comment.