Color Hex Logo

#ed47ea Color Hex

#ED47EA
(237,71,234)
0 Favorites   0 Comments

Color spaces of #ed47ea

RGB 23771234
HSL0.840.820.60
HSV301°70°93°
CMYK 0.000.700.01   0.07
XYZ52.029628.451580.5913
Yxy28.45150.32300.1766
Hunter Lab53.339980.7701-52.2433
CIE-Lab60.294580.1609-49.3720

#ed47ea color RGB value is (237,71,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000111 11101010
Octal 355 107 352
Decimal 237 71 234
Hex ED 47 EA

RGB Percentages of Color #ed47ea

%43.73
%13.10
%43.17

CMYK Percentages of Color #ed47ea

%0
%70
%1
%7

Triadic Colors of #ed47ea

#ed47ea #eaed47 #47eaed

Analogous Colors of #ed47ea

#ed47ea #ed4797 #9d47ed

Monochromatic Colors of #ed47ea

#ed47ea

Complementary Color

#ed47ea #47ed4a

#ed47ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed47ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed47ea Color CSS Codes

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

#ed47ea Text Font Color

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

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


#ed47ea Background Color

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

This div background color is #ed47ea


#ed47ea Border Color

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

This div border color is #ed47ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed47ea


Comments

No comments written yet.

Please login to write comment.