Color Hex Logo

#eb5cbe Color Hex

#EB5CBE
(235,92,190)
0 Favorites   0 Comments

Color spaces of #eb5cbe

RGB 23592190
HSL0.890.780.64
HSV319°61°92°
CMYK 0.000.610.19   0.08
XYZ47.382429.034251.8220
Yxy29.03420.36950.2264
Hunter Lab53.883462.6682-19.3034
CIE-Lab60.811865.3718-23.7180

#eb5cbe color RGB value is (235,92,190).

#eb5cbe hex color red value is 235, green value is 92 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eb5cbe hue: 0.89 , saturation: 0.78 and the lightness value of eb5cbe is 0.64.

The process color (four color CMYK) of #eb5cbe color hex is 0.00, 0.61, 0.19, 0.08. Web safe color of #eb5cbe is #ff66cc. Color #eb5cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011100 10111110
Octal 353 134 276
Decimal 235 92 190
Hex EB 5C BE

RGB Percentages of Color #eb5cbe

%45.45
%17.79
%36.75

CMYK Percentages of Color #eb5cbe

%0
%61
%19
%8

Triadic Colors of #eb5cbe

#eb5cbe #beeb5c #5cbeeb

Analogous Colors of #eb5cbe

#eb5cbe #eb5c77 #d15ceb

Monochromatic Colors of #eb5cbe

#eb5cbe

Complementary Color

#eb5cbe #5ceb89

#eb5cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5cbe Color CSS Codes

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

#eb5cbe Text Font Color

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

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


#eb5cbe Background Color

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

This div background color is #eb5cbe


#eb5cbe Border Color

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

This div border color is #eb5cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5cbe


Comments

No comments written yet.

Please login to write comment.