Color Hex Logo

#ed45dc Color Hex

#ED45DC
(237,69,220)
0 Favorites   0 Comments

Color spaces of #ed45dc

RGB 23769220
HSL0.850.820.60
HSV306°71°93°
CMYK 0.000.710.07   0.07
XYZ49.971427.428170.3705
Yxy27.42810.33820.1856
Hunter Lab52.371878.6678-43.0059
CIE-Lab59.368578.6861-42.9723

#ed45dc color RGB value is (237,69,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000101 11011100
Octal 355 105 334
Decimal 237 69 220
Hex ED 45 DC

RGB Percentages of Color #ed45dc

%45.06
%13.12
%41.83

CMYK Percentages of Color #ed45dc

%0
%71
%7
%7

Triadic Colors of #ed45dc

#ed45dc #dced45 #45dced

Analogous Colors of #ed45dc

#ed45dc #ed4588 #aa45ed

Monochromatic Colors of #ed45dc

#ed45dc

Complementary Color

#ed45dc #45ed56

#ed45dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed45dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed45dc Color CSS Codes

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

#ed45dc Text Font Color

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

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


#ed45dc Background Color

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

This div background color is #ed45dc


#ed45dc Border Color

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

This div border color is #ed45dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed45dc


Comments

No comments written yet.

Please login to write comment.