Color Hex Logo

#eb03bf Color Hex

#EB03BF
(235,3,191)
0 Favorites   0 Comments

Color spaces of #eb03bf

RGB 2353191
HSL0.860.970.47
HSV311°99°92°
CMYK 0.000.990.19   0.08
XYZ43.697521.488951.1349
Yxy21.48890.37570.1847
Hunter Lab46.356187.1394-32.9528
CIE-Lab53.480586.4164-35.6651

#eb03bf color RGB value is (235,3,191).

#eb03bf hex color red value is 235, green value is 3 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #eb03bf hue: 0.86 , saturation: 0.97 and the lightness value of eb03bf is 0.47.

The process color (four color CMYK) of #eb03bf color hex is 0.00, 0.99, 0.19, 0.08. Web safe color of #eb03bf is #ff00cc. Color #eb03bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000011 10111111
Octal 353 3 277
Decimal 235 3 191
Hex EB 3 BF

RGB Percentages of Color #eb03bf

%54.78
%0.70
%44.52

CMYK Percentages of Color #eb03bf

%0
%99
%19
%8

Triadic Colors of #eb03bf

#eb03bf #bfeb03 #03bfeb

Analogous Colors of #eb03bf

#eb03bf #eb034b #a303eb

Monochromatic Colors of #eb03bf

#eb03bf

Complementary Color

#eb03bf #03eb2f

#eb03bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb03bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb03bf Color CSS Codes

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

#eb03bf Text Font Color

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

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


#eb03bf Background Color

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

This div background color is #eb03bf


#eb03bf Border Color

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

This div border color is #eb03bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb03bf


Comments

No comments written yet.

Please login to write comment.