Color Hex Logo

#eb3ebd Color Hex

#EB3EBD
(235,62,189)
0 Favorites   0 Comments

Color spaces of #eb3ebd

RGB 23562189
HSL0.880.810.58
HSV316°74°92°
CMYK 0.000.740.20   0.08
XYZ45.168924.781550.5468
Yxy24.78150.37490.2057
Hunter Lab49.781074.8455-25.3553
CIE-Lab56.861976.1249-29.2367

#eb3ebd color RGB value is (235,62,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111110 10111101
Octal 353 76 275
Decimal 235 62 189
Hex EB 3E BD

RGB Percentages of Color #eb3ebd

%48.35
%12.76
%38.89

CMYK Percentages of Color #eb3ebd

%0
%74
%20
%8

Triadic Colors of #eb3ebd

#eb3ebd #bdeb3e #3ebdeb

Analogous Colors of #eb3ebd

#eb3ebd #eb3e67 #c33eeb

Monochromatic Colors of #eb3ebd

#eb3ebd

Complementary Color

#eb3ebd #3eeb6c

#eb3ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3ebd Color CSS Codes

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

#eb3ebd Text Font Color

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

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


#eb3ebd Background Color

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

This div background color is #eb3ebd


#eb3ebd Border Color

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

This div border color is #eb3ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3ebd


Comments

No comments written yet.

Please login to write comment.