Color Hex Logo

#eb5cbf Color Hex

#EB5CBF
(235,92,191)
0 Favorites   0 Comments

Color spaces of #eb5cbf

RGB 23592191
HSL0.880.780.64
HSV318°61°92°
CMYK 0.000.610.19   0.08
XYZ47.492129.078052.3997
Yxy29.07800.36820.2255
Hunter Lab53.924062.8419-19.8672
CIE-Lab60.850465.5111-24.2296

#eb5cbf color RGB value is (235,92,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011100 10111111
Octal 353 134 277
Decimal 235 92 191
Hex EB 5C BF

RGB Percentages of Color #eb5cbf

%45.37
%17.76
%36.87

CMYK Percentages of Color #eb5cbf

%0
%61
%19
%8

Triadic Colors of #eb5cbf

#eb5cbf #bfeb5c #5cbfeb

Analogous Colors of #eb5cbf

#eb5cbf #eb5c78 #d05ceb

Monochromatic Colors of #eb5cbf

#eb5cbf

Complementary Color

#eb5cbf #5ceb88

#eb5cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5cbf Color CSS Codes

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

#eb5cbf Text Font Color

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

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


#eb5cbf Background Color

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

This div background color is #eb5cbf


#eb5cbf Border Color

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

This div border color is #eb5cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5cbf


Comments

No comments written yet.

Please login to write comment.