Color Hex Logo

#ed46dc Color Hex

#ED46DC
(237,70,220)
0 Favorites   0 Comments

Color spaces of #ed46dc

RGB 23770220
HSL0.850.820.60
HSV306°70°93°
CMYK 0.000.700.07   0.07
XYZ50.033527.552170.3912
Yxy27.55210.33810.1862
Hunter Lab52.490178.2883-42.7671
CIE-Lab59.481978.3644-42.7937

#ed46dc color RGB value is (237,70,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000110 11011100
Octal 355 106 334
Decimal 237 70 220
Hex ED 46 DC

RGB Percentages of Color #ed46dc

%44.97
%13.28
%41.75

CMYK Percentages of Color #ed46dc

%0
%70
%7
%7

Triadic Colors of #ed46dc

#ed46dc #dced46 #46dced

Analogous Colors of #ed46dc

#ed46dc #ed4689 #ab46ed

Monochromatic Colors of #ed46dc

#ed46dc

Complementary Color

#ed46dc #46ed57

#ed46dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed46dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed46dc Color CSS Codes

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

#ed46dc Text Font Color

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

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


#ed46dc Background Color

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

This div background color is #ed46dc


#ed46dc Border Color

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

This div border color is #ed46dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed46dc


Comments

No comments written yet.

Please login to write comment.