Color Hex Logo

#ed75db Color Hex

#ED75DB
(237,117,219)
0 Favorites   0 Comments

Color spaces of #ed75db

RGB 237117219
HSL0.860.770.69
HSV309°51°93°
CMYK 0.000.510.08   0.07
XYZ54.072535.841671.0860
Yxy35.84160.33590.2226
Hunter Lab59.867956.4520-28.4924
CIE-Lab66.398759.1341-31.4353

#ed75db color RGB value is (237,117,219).

#ed75db hex color red value is 237, green value is 117 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ed75db hue: 0.86 , saturation: 0.77 and the lightness value of ed75db is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110101 11011011
Octal 355 165 333
Decimal 237 117 219
Hex ED 75 DB

RGB Percentages of Color #ed75db

%41.36
%20.42
%38.22

CMYK Percentages of Color #ed75db

%0
%51
%8
%7

Triadic Colors of #ed75db

#ed75db #dbed75 #75dbed

Analogous Colors of #ed75db

#ed75db #ed759f #c375ed

Monochromatic Colors of #ed75db

#ed75db

Complementary Color

#ed75db #75ed87

#ed75db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed75db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed75db Color CSS Codes

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

#ed75db Text Font Color

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

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


#ed75db Background Color

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

This div background color is #ed75db


#ed75db Border Color

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

This div border color is #ed75db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed75db


Comments

No comments written yet.

Please login to write comment.