Color Hex Logo

#eb3bd3 Color Hex

#EB3BD3
(235,59,211)
0 Favorites   0 Comments

Color spaces of #eb3bd3

RGB 23559211
HSL0.860.810.58
HSV308°75°92°
CMYK 0.000.750.10   0.08
XYZ47.582825.493264.0408
Yxy25.49320.34700.1859
Hunter Lab50.490879.8605-39.8579
CIE-Lab57.552879.9772-40.7545

#eb3bd3 color RGB value is (235,59,211).

#eb3bd3 hex color red value is 235, green value is 59 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #eb3bd3 hue: 0.86 , saturation: 0.81 and the lightness value of eb3bd3 is 0.58.

The process color (four color CMYK) of #eb3bd3 color hex is 0.00, 0.75, 0.10, 0.08. Web safe color of #eb3bd3 is #ff33cc. Color #eb3bd3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111011 11010011
Octal 353 73 323
Decimal 235 59 211
Hex EB 3B D3

RGB Percentages of Color #eb3bd3

%46.53
%11.68
%41.78

CMYK Percentages of Color #eb3bd3

%0
%75
%10
%8

Triadic Colors of #eb3bd3

#eb3bd3 #d3eb3b #3bd3eb

Analogous Colors of #eb3bd3

#eb3bd3 #eb3b7b #ab3beb

Monochromatic Colors of #eb3bd3

#eb3bd3

Complementary Color

#eb3bd3 #3beb53

#eb3bd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3bd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3bd3 Color CSS Codes

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

#eb3bd3 Text Font Color

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

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


#eb3bd3 Background Color

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

This div background color is #eb3bd3


#eb3bd3 Border Color

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

This div border color is #eb3bd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3bd3


Comments

No comments written yet.

Please login to write comment.