Color Hex Logo

#ed7cca Color Hex

#ED7CCA
(237,124,202)
0 Favorites   0 Comments

Color spaces of #ed7cca

RGB 237124202
HSL0.880.760.71
HSV319°48°93°
CMYK 0.000.480.15   0.07
XYZ52.793436.684160.1753
Yxy36.68410.35280.2451
Hunter Lab60.567449.5961-16.5090
CIE-Lab67.039453.0799-20.9567

#ed7cca color RGB value is (237,124,202).

#ed7cca hex color red value is 237, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ed7cca hue: 0.88 , saturation: 0.76 and the lightness value of ed7cca is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111100 11001010
Octal 355 174 312
Decimal 237 124 202
Hex ED 7C CA

RGB Percentages of Color #ed7cca

%42.10
%22.02
%35.88

CMYK Percentages of Color #ed7cca

%0
%48
%15
%7

Triadic Colors of #ed7cca

#ed7cca #caed7c #7ccaed

Analogous Colors of #ed7cca

#ed7cca #ed7c92 #d87ced

Monochromatic Colors of #ed7cca

#ed7cca

Complementary Color

#ed7cca #7ced9f

#ed7cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7cca Color CSS Codes

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

#ed7cca Text Font Color

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

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


#ed7cca Background Color

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

This div background color is #ed7cca


#ed7cca Border Color

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

This div border color is #ed7cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7cca


Comments

No comments written yet.

Please login to write comment.