Color Hex Logo

#ed28eb Color Hex

#ED28EB
(237,40,235)
0 Favorites   0 Comments

Color spaces of #ed28eb

RGB 23740235
HSL0.840.850.54
HSV301°83°93°
CMYK 0.000.830.01   0.07
XYZ50.679225.520380.8521
Yxy25.52030.32270.1625
Hunter Lab50.517690.6651-59.5297
CIE-Lab57.578988.2963-54.2490

#ed28eb color RGB value is (237,40,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101000 11101011
Octal 355 50 353
Decimal 237 40 235
Hex ED 28 EB

RGB Percentages of Color #ed28eb

%46.29
%7.81
%45.90

CMYK Percentages of Color #ed28eb

%0
%83
%1
%7

Triadic Colors of #ed28eb

#ed28eb #ebed28 #28ebed

Analogous Colors of #ed28eb

#ed28eb #ed2889 #8d28ed

Monochromatic Colors of #ed28eb

#ed28eb

Complementary Color

#ed28eb #28ed2a

#ed28eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed28eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed28eb Color CSS Codes

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

#ed28eb Text Font Color

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

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


#ed28eb Background Color

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

This div background color is #ed28eb


#ed28eb Border Color

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

This div border color is #ed28eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed28eb


Comments

No comments written yet.

Please login to write comment.