Color Hex Logo

#eb03de Color Hex

#EB03DE
(235,3,222)
0 Favorites   0 Comments

Color spaces of #eb03de

RGB 2353222
HSL0.840.970.47
HSV303°99°92°
CMYK 0.000.990.06   0.08
XYZ47.478323.001271.0445
Yxy23.00120.33550.1625
Hunter Lab47.959692.7795-54.2570
CIE-Lab55.073690.3728-50.9277

#eb03de color RGB value is (235,3,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000011 11011110
Octal 353 3 336
Decimal 235 3 222
Hex EB 3 DE

RGB Percentages of Color #eb03de

%51.09
%0.65
%48.26

CMYK Percentages of Color #eb03de

%0
%99
%6
%8

Triadic Colors of #eb03de

#eb03de #deeb03 #03deeb

Analogous Colors of #eb03de

#eb03de #eb036a #8403eb

Monochromatic Colors of #eb03de

#eb03de

Complementary Color

#eb03de #03eb10

#eb03de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb03de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb03de Color CSS Codes

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

#eb03de Text Font Color

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

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


#eb03de Background Color

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

This div background color is #eb03de


#eb03de Border Color

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

This div border color is #eb03de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb03de


Comments

No comments written yet.

Please login to write comment.