color codes Logo

#ed15eb color codes

#ED15EB
(237,21,235)
0 Favorites   0 Comments

Color spaces of #ed15eb

RGB 23721235
HSL0.830.860.51
HSV301°91°93°
CMYK 0.000.910.01   0.07
XYZ50.188624.539080.6885
Yxy24.53900.32290.1579
Hunter Lab49.536994.1590-61.8992
CIE-Lab56.623591.1020-55.7741

#ed15eb color RGB value is (237,21,235).

#ed15eb hex color red value is 237, green value is 21 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ed15eb hue: 0.83 , saturation: 0.86 and the lightness value of ed15eb is 0.51.

The process color (four color CMYK) of #ed15eb color code is 0.00, 0.91, 0.01, 0.07. Web safe color of #ed15eb is #ff00ff. Color #ed15eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010101 11101011
Octal 355 25 353
Decimal 237 21 235
Hex ED 15 EB

RGB Percentages of Color #ed15eb

%48.07
%4.26
%47.67

CMYK Percentages of Color #ed15eb

%0
%91
%1
%7

Triadic Colors of #ed15eb

#ed15eb #ebed15 #15ebed

Analogous Colors of #ed15eb

#ed15eb #ed157f #8315ed

Monochromatic Colors of #ed15eb

#ed15eb

Complementary Color

#ed15eb #15ed17

#ed15eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed15eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed15eb Color CSS Codes

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

#ed15eb Text Font Color

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

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


#ed15eb Background Color

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

This div background color is #ed15eb


#ed15eb Border Color

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

This div border color is #ed15eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed15eb


Comments

No comments written yet.

Please login to write comment.