Color Hex Logo

#eb3ebb Color Hex

#EB3EBB
(235,62,187)
0 Favorites   0 Comments

Color spaces of #eb3ebb

RGB 23562187
HSL0.880.810.58
HSV317°74°92°
CMYK 0.000.740.20   0.08
XYZ44.953224.695349.4111
Yxy24.69530.37760.2074
Hunter Lab49.694474.5048-24.1660
CIE-Lab56.777375.8674-28.2139

#eb3ebb color RGB value is (235,62,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111110 10111011
Octal 353 76 273
Decimal 235 62 187
Hex EB 3E BB

RGB Percentages of Color #eb3ebb

%48.55
%12.81
%38.64

CMYK Percentages of Color #eb3ebb

%0
%74
%20
%8

Triadic Colors of #eb3ebb

#eb3ebb #bbeb3e #3ebbeb

Analogous Colors of #eb3ebb

#eb3ebb #eb3e65 #c53eeb

Monochromatic Colors of #eb3ebb

#eb3ebb

Complementary Color

#eb3ebb #3eeb6e

#eb3ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3ebb Color CSS Codes

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

#eb3ebb Text Font Color

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

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


#eb3ebb Background Color

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

This div background color is #eb3ebb


#eb3ebb Border Color

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

This div border color is #eb3ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,62,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 #eb3ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3ebb


Comments

No comments written yet.

Please login to write comment.