Color Hex Logo

#ed2fdc Color Hex

#ED2FDC
(237,47,220)
0 Favorites   0 Comments

Color spaces of #ed2fdc

RGB 23747220
HSL0.850.840.56
HSV305°80°93°
CMYK 0.000.800.07   0.07
XYZ48.859825.204970.0000
Yxy25.20490.33920.1750
Hunter Lab50.204585.8612-47.5248
CIE-Lab57.274584.6971-46.2786

#ed2fdc color RGB value is (237,47,220).

#ed2fdc hex color red value is 237, green value is 47 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ed2fdc hue: 0.85 , saturation: 0.84 and the lightness value of ed2fdc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101111 11011100
Octal 355 57 334
Decimal 237 47 220
Hex ED 2F DC

RGB Percentages of Color #ed2fdc

%47.02
%9.33
%43.65

CMYK Percentages of Color #ed2fdc

%0
%80
%7
%7

Triadic Colors of #ed2fdc

#ed2fdc #dced2f #2fdced

Analogous Colors of #ed2fdc

#ed2fdc #ed2f7d #9f2fed

Monochromatic Colors of #ed2fdc

#ed2fdc

Complementary Color

#ed2fdc #2fed40

#ed2fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2fdc Color CSS Codes

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

#ed2fdc Text Font Color

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

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


#ed2fdc Background Color

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

This div background color is #ed2fdc


#ed2fdc Border Color

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

This div border color is #ed2fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2fdc


Comments

No comments written yet.

Please login to write comment.