Color Hex Logo

#ed5cdb Color Hex

#ED5CDB
(237,92,219)
0 Favorites   0 Comments

Color spaces of #ed5cdb

RGB 23792219
HSL0.850.800.65
HSV307°61°93°
CMYK 0.000.610.08   0.07
XYZ51.538430.773370.2413
Yxy30.77330.33780.2017
Hunter Lab55.473768.7583-36.2420
CIE-Lab62.315870.1571-37.7849

#ed5cdb color RGB value is (237,92,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011100 11011011
Octal 355 134 333
Decimal 237 92 219
Hex ED 5C DB

RGB Percentages of Color #ed5cdb

%43.25
%16.79
%39.96

CMYK Percentages of Color #ed5cdb

%0
%61
%8
%7

Triadic Colors of #ed5cdb

#ed5cdb #dbed5c #5cdbed

Analogous Colors of #ed5cdb

#ed5cdb #ed5c93 #b75ced

Monochromatic Colors of #ed5cdb

#ed5cdb

Complementary Color

#ed5cdb #5ced6e

#ed5cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5cdb Color CSS Codes

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

#ed5cdb Text Font Color

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

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


#ed5cdb Background Color

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

This div background color is #ed5cdb


#ed5cdb Border Color

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

This div border color is #ed5cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5cdb


Comments

No comments written yet.

Please login to write comment.