Color Hex Logo

#ed47ec Color Hex

#ED47EC
(237,71,236)
0 Favorites   0 Comments

Color spaces of #ed47ec

RGB 23771236
HSL0.830.820.60
HSV300°70°93°
CMYK 0.000.700.00   0.07
XYZ52.318628.567182.1134
Yxy28.56710.32100.1753
Hunter Lab53.448281.1931-53.6745
CIE-Lab60.397780.4720-50.3260

#ed47ec color RGB value is (237,71,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000111 11101100
Octal 355 107 354
Decimal 237 71 236
Hex ED 47 EC

RGB Percentages of Color #ed47ec

%43.57
%13.05
%43.38

CMYK Percentages of Color #ed47ec

%0
%70
%0
%7

Triadic Colors of #ed47ec

#ed47ec #eced47 #47eced

Analogous Colors of #ed47ec

#ed47ec #ed4799 #9b47ed

Monochromatic Colors of #ed47ec

#ed47ec

Complementary Color

#ed47ec #47ed48

#ed47ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed47ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed47ec Color CSS Codes

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

#ed47ec Text Font Color

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

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


#ed47ec Background Color

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

This div background color is #ed47ec


#ed47ec Border Color

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

This div border color is #ed47ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed47ec


Comments

No comments written yet.

Please login to write comment.