Color Hex Logo

#ed93db Color Hex

#ED93DB
(237,147,219)
0 Favorites   0 Comments

Color spaces of #ed93db

RGB 237147219
HSL0.870.710.75
HSV312°38°93°
CMYK 0.000.380.08   0.07
XYZ58.145043.986472.4435
Yxy43.98640.33310.2520
Hunter Lab66.322240.4278-18.3366
CIE-Lab72.219444.1954-22.4971

#ed93db color RGB value is (237,147,219).

#ed93db hex color red value is 237, green value is 147 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ed93db hue: 0.87 , saturation: 0.71 and the lightness value of ed93db is 0.75.

The process color (four color CMYK) of #ed93db color hex is 0.00, 0.38, 0.08, 0.07. Web safe color of #ed93db is #ff99cc. Color #ed93db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010011 11011011
Octal 355 223 333
Decimal 237 147 219
Hex ED 93 DB

RGB Percentages of Color #ed93db

%39.30
%24.38
%36.32

CMYK Percentages of Color #ed93db

%0
%38
%8
%7

Triadic Colors of #ed93db

#ed93db #dbed93 #93dbed

Analogous Colors of #ed93db

#ed93db #ed93ae #d293ed

Monochromatic Colors of #ed93db

#ed93db

Complementary Color

#ed93db #93eda5

#ed93db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed93db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed93db Color CSS Codes

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

#ed93db Text Font Color

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

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


#ed93db Background Color

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

This div background color is #ed93db


#ed93db Border Color

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

This div border color is #ed93db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed93db


Comments

No comments written yet.

Please login to write comment.