Color Hex Logo

#eb6ddb Color Hex

#EB6DDB
(235,109,219)
0 Favorites   0 Comments

Color spaces of #eb6ddb

RGB 235109219
HSL0.850.760.67
HSV308°54°92°
CMYK 0.000.540.07   0.08
XYZ52.515833.713970.7574
Yxy33.71390.33450.2148
Hunter Lab58.063759.8332-31.6073
CIE-Lab64.734862.2915-34.0363

#eb6ddb color RGB value is (235,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101101 11011011
Octal 353 155 333
Decimal 235 109 219
Hex EB 6D DB

RGB Percentages of Color #eb6ddb

%41.74
%19.36
%38.90

CMYK Percentages of Color #eb6ddb

%0
%54
%7
%8

Triadic Colors of #eb6ddb

#eb6ddb #dbeb6d #6ddbeb

Analogous Colors of #eb6ddb

#eb6ddb #eb6d9c #bc6deb

Monochromatic Colors of #eb6ddb

#eb6ddb

Complementary Color

#eb6ddb #6deb7d

#eb6ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6ddb Color CSS Codes

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

#eb6ddb Text Font Color

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

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


#eb6ddb Background Color

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

This div background color is #eb6ddb


#eb6ddb Border Color

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

This div border color is #eb6ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6ddb


Comments

No comments written yet.

Please login to write comment.