Color Hex Logo

#ed1fdb Color Hex

#ED1FDB
(237,31,219)
0 Favorites   0 Comments

Color spaces of #ed1fdb

RGB 23731219
HSL0.850.850.53
HSV305°87°93°
CMYK 0.000.870.08   0.07
XYZ48.201224.099069.1289
Yxy24.09900.34080.1704
Hunter Lab49.090789.3568-49.1279
CIE-Lab56.186887.5779-47.4350

#ed1fdb color RGB value is (237,31,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011111 11011011
Octal 355 37 333
Decimal 237 31 219
Hex ED 1F DB

RGB Percentages of Color #ed1fdb

%48.67
%6.37
%44.97

CMYK Percentages of Color #ed1fdb

%0
%87
%8
%7

Triadic Colors of #ed1fdb

#ed1fdb #dbed1f #1fdbed

Analogous Colors of #ed1fdb

#ed1fdb #ed1f74 #981fed

Monochromatic Colors of #ed1fdb

#ed1fdb

Complementary Color

#ed1fdb #1fed31

#ed1fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1fdb Color CSS Codes

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

#ed1fdb Text Font Color

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

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


#ed1fdb Background Color

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

This div background color is #ed1fdb


#ed1fdb Border Color

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

This div border color is #ed1fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1fdb


Comments

No comments written yet.

Please login to write comment.