Color Hex Logo

#ec57c5 Color Hex

#EC57C5
(236,87,197)
0 Favorites   0 Comments

Color spaces of #ec57c5

RGB 23687197
HSL0.880.800.63
HSV316°63°93°
CMYK 0.000.630.17   0.07
XYZ48.078328.680555.8252
Yxy28.68050.36260.2163
Hunter Lab53.554266.5287-24.3163
CIE-Lab60.498668.6532-28.1796

#ec57c5 color RGB value is (236,87,197).

#ec57c5 hex color red value is 236, green value is 87 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ec57c5 hue: 0.88 , saturation: 0.80 and the lightness value of ec57c5 is 0.63.

The process color (four color CMYK) of #ec57c5 color hex is 0.00, 0.63, 0.17, 0.07. Web safe color of #ec57c5 is #ff66cc. Color #ec57c5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010111 11000101
Octal 354 127 305
Decimal 236 87 197
Hex EC 57 C5

RGB Percentages of Color #ec57c5

%45.38
%16.73
%37.88

CMYK Percentages of Color #ec57c5

%0
%63
%17
%7

Triadic Colors of #ec57c5

#ec57c5 #c5ec57 #57c5ec

Analogous Colors of #ec57c5

#ec57c5 #ec577b #c957ec

Monochromatic Colors of #ec57c5

#ec57c5

Complementary Color

#ec57c5 #57ec7e

#ec57c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec57c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec57c5 Color CSS Codes

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

#ec57c5 Text Font Color

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

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


#ec57c5 Background Color

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

This div background color is #ec57c5


#ec57c5 Border Color

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

This div border color is #ec57c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec57c5


Comments

No comments written yet.

Please login to write comment.