Color Hex Logo

#eb3882 Color Hex

#EB3882
(235,56,130)
0 Favorites   0 Comments

Color spaces of #eb3882

RGB 23556130
HSL0.930.820.57
HSV335°76°92°
CMYK 0.000.760.45   0.08
XYZ39.704422.102223.2926
Yxy22.10220.46660.2597
Hunter Lab47.013068.47793.5338
CIE-Lab54.135371.46191.3087

#eb3882 color RGB value is (235,56,130).

#eb3882 hex color red value is 235, green value is 56 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #eb3882 hue: 0.93 , saturation: 0.82 and the lightness value of eb3882 is 0.57.

The process color (four color CMYK) of #eb3882 color hex is 0.00, 0.76, 0.45, 0.08. Web safe color of #eb3882 is #ff3399. Color #eb3882 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111000 10000010
Octal 353 70 202
Decimal 235 56 130
Hex EB 38 82

RGB Percentages of Color #eb3882

%55.82
%13.30
%30.88

CMYK Percentages of Color #eb3882

%0
%76
%45
%8

Triadic Colors of #eb3882

#eb3882 #82eb38 #3882eb

Analogous Colors of #eb3882

#eb3882 #eb4838 #eb38dc

Monochromatic Colors of #eb3882

#eb3882

Complementary Color

#eb3882 #38eba1

#eb3882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3882 Color CSS Codes

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

#eb3882 Text Font Color

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

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


#eb3882 Background Color

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

This div background color is #eb3882


#eb3882 Border Color

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

This div border color is #eb3882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3882


Comments

No comments written yet.

Please login to write comment.