Color Hex Logo

#ed27db Color Hex

#ED27DB
(237,39,219)
0 Favorites   0 Comments

Color spaces of #ed27db

RGB 23739219
HSL0.850.850.54
HSV305°84°93°
CMYK 0.000.840.08   0.07
XYZ48.436824.570069.2074
Yxy24.57000.34060.1728
Hunter Lab49.568187.6817-48.0834
CIE-Lab56.654086.2124-46.6944

#ed27db color RGB value is (237,39,219).

#ed27db hex color red value is 237, green value is 39 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ed27db hue: 0.85 , saturation: 0.85 and the lightness value of ed27db is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100111 11011011
Octal 355 47 333
Decimal 237 39 219
Hex ED 27 DB

RGB Percentages of Color #ed27db

%47.88
%7.88
%44.24

CMYK Percentages of Color #ed27db

%0
%84
%8
%7

Triadic Colors of #ed27db

#ed27db #dbed27 #27dbed

Analogous Colors of #ed27db

#ed27db #ed2778 #9c27ed

Monochromatic Colors of #ed27db

#ed27db

Complementary Color

#ed27db #27ed39

#ed27db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed27db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed27db Color CSS Codes

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

#ed27db Text Font Color

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

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


#ed27db Background Color

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

This div background color is #ed27db


#ed27db Border Color

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

This div border color is #ed27db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed27db


Comments

No comments written yet.

Please login to write comment.