Color Hex Logo

#eb62bf Color Hex

#EB62BF
(235,98,191)
0 Favorites   0 Comments

Color spaces of #eb62bf

RGB 23598191
HSL0.890.770.65
HSV319°58°92°
CMYK 0.000.580.19   0.08
XYZ48.032630.159152.5799
Yxy30.15910.36730.2306
Hunter Lab54.917360.0171-18.3244
CIE-Lab61.791362.9552-22.7869

#eb62bf color RGB value is (235,98,191).

#eb62bf hex color red value is 235, green value is 98 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #eb62bf hue: 0.89 , saturation: 0.77 and the lightness value of eb62bf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100010 10111111
Octal 353 142 277
Decimal 235 98 191
Hex EB 62 BF

RGB Percentages of Color #eb62bf

%44.85
%18.70
%36.45

CMYK Percentages of Color #eb62bf

%0
%58
%19
%8

Triadic Colors of #eb62bf

#eb62bf #bfeb62 #62bfeb

Analogous Colors of #eb62bf

#eb62bf #eb627b #d362eb

Monochromatic Colors of #eb62bf

#eb62bf

Complementary Color

#eb62bf #62eb8e

#eb62bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb62bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb62bf Color CSS Codes

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

#eb62bf Text Font Color

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

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


#eb62bf Background Color

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

This div background color is #eb62bf


#eb62bf Border Color

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

This div border color is #eb62bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb62bf


Comments

No comments written yet.

Please login to write comment.