Color Hex Logo

#ed13ea Color Hex

#ED13EA
(237,19,234)
0 Favorites   0 Comments

Color spaces of #ed13ea

RGB 23719234
HSL0.840.860.50
HSV301°92°93°
CMYK 0.000.920.01   0.07
XYZ50.009224.410879.9179
Yxy24.41080.32400.1582
Hunter Lab49.407394.2119-61.3184
CIE-Lab56.496891.1660-55.4145

#ed13ea color RGB value is (237,19,234).

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

The process color (four color CMYK) of #ed13ea color hex is 0.00, 0.92, 0.01, 0.07. Web safe color of #ed13ea is #ff00ff. Color #ed13ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010011 11101010
Octal 355 23 352
Decimal 237 19 234
Hex ED 13 EA

RGB Percentages of Color #ed13ea

%48.37
%3.88
%47.76

CMYK Percentages of Color #ed13ea

%0
%92
%1
%7

Triadic Colors of #ed13ea

#ed13ea #eaed13 #13eaed

Analogous Colors of #ed13ea

#ed13ea #ed137d #8313ed

Monochromatic Colors of #ed13ea

#ed13ea

Complementary Color

#ed13ea #13ed16

#ed13ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed13ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed13ea Color CSS Codes

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

#ed13ea Text Font Color

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

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


#ed13ea Background Color

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

This div background color is #ed13ea


#ed13ea Border Color

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

This div border color is #ed13ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed13ea


Comments

No comments written yet.

Please login to write comment.