Color Hex Logo

#eb56b0 Color Hex

#EB56B0
(235,86,176)
0 Favorites   0 Comments

Color spaces of #eb56b0

RGB 23586176
HSL0.900.790.63
HSV324°63°92°
CMYK 0.000.630.25   0.08
XYZ45.425227.452343.9790
Yxy27.45230.38870.2349
Hunter Lab52.394963.0642-13.0901
CIE-Lab59.390765.9617-17.8560

#eb56b0 color RGB value is (235,86,176).

#eb56b0 hex color red value is 235, green value is 86 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #eb56b0 hue: 0.90 , saturation: 0.79 and the lightness value of eb56b0 is 0.63.

The process color (four color CMYK) of #eb56b0 color hex is 0.00, 0.63, 0.25, 0.08. Web safe color of #eb56b0 is #ff6699. Color #eb56b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010110 10110000
Octal 353 126 260
Decimal 235 86 176
Hex EB 56 B0

RGB Percentages of Color #eb56b0

%47.28
%17.30
%35.41

CMYK Percentages of Color #eb56b0

%0
%63
%25
%8

Triadic Colors of #eb56b0

#eb56b0 #b0eb56 #56b0eb

Analogous Colors of #eb56b0

#eb56b0 #eb5666 #dc56eb

Monochromatic Colors of #eb56b0

#eb56b0

Complementary Color

#eb56b0 #56eb91

#eb56b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb56b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb56b0 Color CSS Codes

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

#eb56b0 Text Font Color

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

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


#eb56b0 Background Color

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

This div background color is #eb56b0


#eb56b0 Border Color

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

This div border color is #eb56b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb56b0


Comments

No comments written yet.

Please login to write comment.