Color Hex Logo

#eb2691 Color Hex

#EB2691
(235,38,145)
0 Favorites   0 Comments

Color spaces of #eb2691

RGB 23538145
HSL0.910.830.54
HSV327°84°92°
CMYK 0.000.840.38   0.08
XYZ40.064921.092728.7477
Yxy21.09270.44560.2346
Hunter Lab45.926875.3452-4.9636
CIE-Lab53.050877.2642-9.2521

#eb2691 color RGB value is (235,38,145).

#eb2691 hex color red value is 235, green value is 38 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #eb2691 hue: 0.91 , saturation: 0.83 and the lightness value of eb2691 is 0.54.

The process color (four color CMYK) of #eb2691 color hex is 0.00, 0.84, 0.38, 0.08. Web safe color of #eb2691 is #ff3399. Color #eb2691 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100110 10010001
Octal 353 46 221
Decimal 235 38 145
Hex EB 26 91

RGB Percentages of Color #eb2691

%56.22
%9.09
%34.69

CMYK Percentages of Color #eb2691

%0
%84
%38
%8

Triadic Colors of #eb2691

#eb2691 #91eb26 #2691eb

Analogous Colors of #eb2691

#eb2691 #eb262e #e326eb

Monochromatic Colors of #eb2691

#eb2691

Complementary Color

#eb2691 #26eb80

#eb2691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2691 Color CSS Codes

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

#eb2691 Text Font Color

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

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


#eb2691 Background Color

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

This div background color is #eb2691


#eb2691 Border Color

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

This div border color is #eb2691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2691


Comments

No comments written yet.

Please login to write comment.