Color Hex Logo

#eb2283 Color Hex

#EB2283
(235,34,131)
0 Favorites   0 Comments

Color spaces of #eb2283

RGB 23534131
HSL0.920.830.53
HSV331°86°92°
CMYK 0.000.860.44   0.08
XYZ38.929720.444923.3672
Yxy20.44490.47050.2471
Hunter Lab45.216074.55531.0107
CIE-Lab52.336576.7681-1.9201

#eb2283 color RGB value is (235,34,131).

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

The process color (four color CMYK) of #eb2283 color hex is 0.00, 0.86, 0.44, 0.08. Web safe color of #eb2283 is #ff3399. Color #eb2283 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100010 10000011
Octal 353 42 203
Decimal 235 34 131
Hex EB 22 83

RGB Percentages of Color #eb2283

%58.75
%8.50
%32.75

CMYK Percentages of Color #eb2283

%0
%86
%44
%8

Triadic Colors of #eb2283

#eb2283 #83eb22 #2283eb

Analogous Colors of #eb2283

#eb2283 #eb2522 #eb22e8

Monochromatic Colors of #eb2283

#eb2283

Complementary Color

#eb2283 #22eb8a

#eb2283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2283 Color CSS Codes

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

#eb2283 Text Font Color

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

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


#eb2283 Background Color

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

This div background color is #eb2283


#eb2283 Border Color

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

This div border color is #eb2283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2283


Comments

No comments written yet.

Please login to write comment.