Color Hex Logo

#ed28ed Color Hex

#ED28ED
(237,40,237)
0 Favorites   0 Comments

Color spaces of #ed28ed

RGB 23740237
HSL0.830.850.54
HSV300°83°93°
CMYK 0.000.830.00   0.07
XYZ50.969925.636582.3827
Yxy25.63650.32060.1612
Hunter Lab50.632591.0826-61.0263
CIE-Lab57.690488.5894-55.1925

#ed28ed color RGB value is (237,40,237).

#ed28ed hex color red value is 237, green value is 40 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ed28ed hue: 0.83 , saturation: 0.85 and the lightness value of ed28ed is 0.54.

The process color (four color CMYK) of #ed28ed color hex is 0.00, 0.83, 0.00, 0.07. Web safe color of #ed28ed is #ff33ff. Color #ed28ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101000 11101101
Octal 355 50 355
Decimal 237 40 237
Hex ED 28 ED

RGB Percentages of Color #ed28ed

%46.11
%7.78
%46.11

CMYK Percentages of Color #ed28ed

%0
%83
%0
%7

Triadic Colors of #ed28ed

#ed28ed #eded28 #28eded

Analogous Colors of #ed28ed

#ed28ed #ed288b #8b28ed

Monochromatic Colors of #ed28ed

#ed28ed

Complementary Color

#ed28ed #28ed28

#ed28ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed28ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed28ed Color CSS Codes

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

#ed28ed Text Font Color

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

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


#ed28ed Background Color

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

This div background color is #ed28ed


#ed28ed Border Color

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

This div border color is #ed28ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed28ed


Comments

No comments written yet.

Please login to write comment.