Color Hex Logo

#ed7cdb Color Hex

#ED7CDB
(237,124,219)
0 Favorites   0 Comments

Color spaces of #ed7cdb

RGB 237124219
HSL0.860.760.71
HSV310°48°93°
CMYK 0.000.480.08   0.07
XYZ54.918937.534371.3681
Yxy37.53430.33520.2291
Hunter Lab61.265252.7954-26.1815
CIE-Lab67.676055.7793-29.4624

#ed7cdb color RGB value is (237,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111100 11011011
Octal 355 174 333
Decimal 237 124 219
Hex ED 7C DB

RGB Percentages of Color #ed7cdb

%40.86
%21.38
%37.76

CMYK Percentages of Color #ed7cdb

%0
%48
%8
%7

Triadic Colors of #ed7cdb

#ed7cdb #dbed7c #7cdbed

Analogous Colors of #ed7cdb

#ed7cdb #ed7ca3 #c77ced

Monochromatic Colors of #ed7cdb

#ed7cdb

Complementary Color

#ed7cdb #7ced8e

#ed7cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7cdb Color CSS Codes

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

#ed7cdb Text Font Color

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

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


#ed7cdb Background Color

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

This div background color is #ed7cdb


#ed7cdb Border Color

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

This div border color is #ed7cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7cdb


Comments

No comments written yet.

Please login to write comment.