Color Hex Logo

#ed15e6 Color Hex

#ED15E6
(237,21,230)
0 Favorites   0 Comments

Color spaces of #ed15e6

RGB 23721230
HSL0.840.860.51
HSV302°91°93°
CMYK 0.000.910.03   0.07
XYZ49.476124.254076.9367
Yxy24.25400.32840.1610
Hunter Lab49.248493.1409-58.1501
CIE-Lab56.341290.3970-53.4109

#ed15e6 color RGB value is (237,21,230).

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

The process color (four color CMYK) of #ed15e6 color hex is 0.00, 0.91, 0.03, 0.07. Web safe color of #ed15e6 is #ff00ff. Color #ed15e6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010101 11100110
Octal 355 25 346
Decimal 237 21 230
Hex ED 15 E6

RGB Percentages of Color #ed15e6

%48.57
%4.30
%47.13

CMYK Percentages of Color #ed15e6

%0
%91
%3
%7

Triadic Colors of #ed15e6

#ed15e6 #e6ed15 #15e6ed

Analogous Colors of #ed15e6

#ed15e6 #ed157a #8815ed

Monochromatic Colors of #ed15e6

#ed15e6

Complementary Color

#ed15e6 #15ed1c

#ed15e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed15e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed15e6 Color CSS Codes

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

#ed15e6 Text Font Color

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

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


#ed15e6 Background Color

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

This div background color is #ed15e6


#ed15e6 Border Color

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

This div border color is #ed15e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed15e6


Comments

No comments written yet.

Please login to write comment.