Color Hex Logo

#ed1fcc Color Hex

#ED1FCC
(237,31,204)
0 Favorites   0 Comments

Color spaces of #ed1fcc

RGB 23731204
HSL0.860.850.53
HSV310°87°93°
CMYK 0.000.870.14   0.07
XYZ46.314123.344159.1916
Yxy23.34410.35940.1812
Hunter Lab48.315786.5525-38.8152
CIE-Lab55.425085.5884-40.0822

#ed1fcc color RGB value is (237,31,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011111 11001100
Octal 355 37 314
Decimal 237 31 204
Hex ED 1F CC

RGB Percentages of Color #ed1fcc

%50.21
%6.57
%43.22

CMYK Percentages of Color #ed1fcc

%0
%87
%14
%7

Triadic Colors of #ed1fcc

#ed1fcc #cced1f #1fcced

Analogous Colors of #ed1fcc

#ed1fcc #ed1f65 #a71fed

Monochromatic Colors of #ed1fcc

#ed1fcc

Complementary Color

#ed1fcc #1fed40

#ed1fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1fcc Color CSS Codes

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

#ed1fcc Text Font Color

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

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


#ed1fcc Background Color

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

This div background color is #ed1fcc


#ed1fcc Border Color

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

This div border color is #ed1fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1fcc


Comments

No comments written yet.

Please login to write comment.