Color Hex Logo

#ed4dcf Color Hex

#ED4DCF
(237,77,207)
0 Favorites   0 Comments

Color spaces of #ed4dcf

RGB 23777207
HSL0.860.820.62
HSV311°68°93°
CMYK 0.000.680.13   0.07
XYZ48.841427.817361.8265
Yxy27.81730.35270.2009
Hunter Lab52.742172.9998-32.5827
CIE-Lab59.723374.0917-35.0583

#ed4dcf color RGB value is (237,77,207).

#ed4dcf hex color red value is 237, green value is 77 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ed4dcf hue: 0.86 , saturation: 0.82 and the lightness value of ed4dcf is 0.62.

The process color (four color CMYK) of #ed4dcf color hex is 0.00, 0.68, 0.13, 0.07. Web safe color of #ed4dcf is #ff66cc. Color #ed4dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001101 11001111
Octal 355 115 317
Decimal 237 77 207
Hex ED 4D CF

RGB Percentages of Color #ed4dcf

%45.49
%14.78
%39.73

CMYK Percentages of Color #ed4dcf

%0
%68
%13
%7

Triadic Colors of #ed4dcf

#ed4dcf #cfed4d #4dcfed

Analogous Colors of #ed4dcf

#ed4dcf #ed4d7f #bb4ded

Monochromatic Colors of #ed4dcf

#ed4dcf

Complementary Color

#ed4dcf #4ded6b

#ed4dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4dcf Color CSS Codes

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

#ed4dcf Text Font Color

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

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


#ed4dcf Background Color

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

This div background color is #ed4dcf


#ed4dcf Border Color

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

This div border color is #ed4dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,77,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed4dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4dcf


Comments

No comments written yet.

Please login to write comment.