Color Hex Logo

#ed4eca Color Hex

#ED4ECA
(237,78,202)
0 Favorites   0 Comments

Color spaces of #ed4eca

RGB 23778202
HSL0.870.820.62
HSV313°67°93°
CMYK 0.000.670.15   0.07
XYZ48.310127.717658.6809
Yxy27.71760.35860.2058
Hunter Lab52.647571.6610-29.2314
CIE-Lab59.632773.0246-32.3567

#ed4eca color RGB value is (237,78,202).

#ed4eca hex color red value is 237, green value is 78 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ed4eca hue: 0.87 , saturation: 0.82 and the lightness value of ed4eca is 0.62.

The process color (four color CMYK) of #ed4eca color hex is 0.00, 0.67, 0.15, 0.07. Web safe color of #ed4eca is #ff66cc. Color #ed4eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001110 11001010
Octal 355 116 312
Decimal 237 78 202
Hex ED 4E CA

RGB Percentages of Color #ed4eca

%45.84
%15.09
%39.07

CMYK Percentages of Color #ed4eca

%0
%67
%15
%7

Triadic Colors of #ed4eca

#ed4eca #caed4e #4ecaed

Analogous Colors of #ed4eca

#ed4eca #ed4e7b #c14eed

Monochromatic Colors of #ed4eca

#ed4eca

Complementary Color

#ed4eca #4eed71

#ed4eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4eca Color CSS Codes

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

#ed4eca Text Font Color

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

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


#ed4eca Background Color

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

This div background color is #ed4eca


#ed4eca Border Color

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

This div border color is #ed4eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4eca


Comments

No comments written yet.

Please login to write comment.