Color Hex Logo

#eb39cb Color Hex

#EB39CB
(235,57,203)
0 Favorites   0 Comments

Color spaces of #eb39cb

RGB 23557203
HSL0.860.820.57
HSV311°76°92°
CMYK 0.000.760.14   0.08
XYZ46.503624.900258.8551
Yxy24.90020.35700.1912
Hunter Lab49.900179.0250-35.0000
CIE-Lab56.978179.4302-37.0946

#eb39cb color RGB value is (235,57,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 11001011
Octal 353 71 313
Decimal 235 57 203
Hex EB 39 CB

RGB Percentages of Color #eb39cb

%47.47
%11.52
%41.01

CMYK Percentages of Color #eb39cb

%0
%76
%14
%8

Triadic Colors of #eb39cb

#eb39cb #cbeb39 #39cbeb

Analogous Colors of #eb39cb

#eb39cb #eb3972 #b239eb

Monochromatic Colors of #eb39cb

#eb39cb

Complementary Color

#eb39cb #39eb59

#eb39cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb39cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb39cb Color CSS Codes

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

#eb39cb Text Font Color

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

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


#eb39cb Background Color

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

This div background color is #eb39cb


#eb39cb Border Color

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

This div border color is #eb39cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb39cb


Comments

No comments written yet.

Please login to write comment.