Color Hex Logo

#eb3adb Color Hex

#EB3ADB
(235,58,219)
0 Favorites   0 Comments

Color spaces of #eb3adb

RGB 23558219
HSL0.850.820.57
HSV305°75°92°
CMYK 0.000.750.07   0.08
XYZ48.560225.802869.4389
Yxy25.80280.33770.1794
Hunter Lab50.796581.7479-45.4921
CIE-Lab57.849481.3989-44.8250

#eb3adb color RGB value is (235,58,219).

#eb3adb hex color red value is 235, green value is 58 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eb3adb hue: 0.85 , saturation: 0.82 and the lightness value of eb3adb is 0.57.

The process color (four color CMYK) of #eb3adb color hex is 0.00, 0.75, 0.07, 0.08. Web safe color of #eb3adb is #ff33cc. Color #eb3adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111010 11011011
Octal 353 72 333
Decimal 235 58 219
Hex EB 3A DB

RGB Percentages of Color #eb3adb

%45.90
%11.33
%42.77

CMYK Percentages of Color #eb3adb

%0
%75
%7
%8

Triadic Colors of #eb3adb

#eb3adb #dbeb3a #3adbeb

Analogous Colors of #eb3adb

#eb3adb #eb3a83 #a33aeb

Monochromatic Colors of #eb3adb

#eb3adb

Complementary Color

#eb3adb #3aeb4a

#eb3adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3adb Color CSS Codes

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

#eb3adb Text Font Color

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

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


#eb3adb Background Color

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

This div background color is #eb3adb


#eb3adb Border Color

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

This div border color is #eb3adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3adb


Comments

No comments written yet.

Please login to write comment.