Color Hex Logo

#eb39bb Color Hex

#EB39BB
(235,57,187)
0 Favorites   0 Comments

Color spaces of #eb39bb

RGB 23557187
HSL0.880.820.57
HSV316°76°92°
CMYK 0.000.760.20   0.08
XYZ44.693724.176349.3246
Yxy24.17630.37810.2045
Hunter Lab49.169476.2054-25.0586
CIE-Lab56.263977.3294-29.0094

#eb39bb color RGB value is (235,57,187).

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

The process color (four color CMYK) of #eb39bb color hex is 0.00, 0.76, 0.20, 0.08. Web safe color of #eb39bb is #ff33cc. Color #eb39bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 10111011
Octal 353 71 273
Decimal 235 57 187
Hex EB 39 BB

RGB Percentages of Color #eb39bb

%49.06
%11.90
%39.04

CMYK Percentages of Color #eb39bb

%0
%76
%20
%8

Triadic Colors of #eb39bb

#eb39bb #bbeb39 #39bbeb

Analogous Colors of #eb39bb

#eb39bb #eb3962 #c239eb

Monochromatic Colors of #eb39bb

#eb39bb

Complementary Color

#eb39bb #39eb69

#eb39bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb39bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb39bb Color CSS Codes

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

#eb39bb Text Font Color

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

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


#eb39bb Background Color

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

This div background color is #eb39bb


#eb39bb Border Color

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

This div border color is #eb39bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb39bb


Comments

No comments written yet.

Please login to write comment.