Color Hex Logo

#eb6edb Color Hex

#EB6EDB
(235,110,219)
0 Favorites   0 Comments

Color spaces of #eb6edb

RGB 235110219
HSL0.850.760.68
HSV308°53°92°
CMYK 0.000.530.07   0.08
XYZ52.623133.928570.7931
Yxy33.92850.33440.2156
Hunter Lab58.248259.3278-31.2856
CIE-Lab64.905861.8339-33.7707

#eb6edb color RGB value is (235,110,219).

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

The process color (four color CMYK) of #eb6edb color hex is 0.00, 0.53, 0.07, 0.08. Web safe color of #eb6edb is #ff66cc. Color #eb6edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101110 11011011
Octal 353 156 333
Decimal 235 110 219
Hex EB 6E DB

RGB Percentages of Color #eb6edb

%41.67
%19.50
%38.83

CMYK Percentages of Color #eb6edb

%0
%53
%7
%8

Triadic Colors of #eb6edb

#eb6edb #dbeb6e #6edbeb

Analogous Colors of #eb6edb

#eb6edb #eb6e9d #bd6eeb

Monochromatic Colors of #eb6edb

#eb6edb

Complementary Color

#eb6edb #6eeb7e

#eb6edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6edb Color CSS Codes

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

#eb6edb Text Font Color

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

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


#eb6edb Background Color

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

This div background color is #eb6edb


#eb6edb Border Color

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

This div border color is #eb6edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6edb


Comments

No comments written yet.

Please login to write comment.