Color Hex Logo

#ec58cb Color Hex

#EC58CB
(236,88,203)
0 Favorites   0 Comments

Color spaces of #ec58cb

RGB 23688203
HSL0.870.800.64
HSV313°63°93°
CMYK 0.000.630.14   0.07
XYZ48.861329.124159.5462
Yxy29.12410.35530.2118
Hunter Lab53.966767.1714-27.6431
CIE-Lab60.891069.1130-30.9834

#ec58cb color RGB value is (236,88,203).

#ec58cb hex color red value is 236, green value is 88 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ec58cb hue: 0.87 , saturation: 0.80 and the lightness value of ec58cb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011000 11001011
Octal 354 130 313
Decimal 236 88 203
Hex EC 58 CB

RGB Percentages of Color #ec58cb

%44.78
%16.70
%38.52

CMYK Percentages of Color #ec58cb

%0
%63
%14
%7

Triadic Colors of #ec58cb

#ec58cb #cbec58 #58cbec

Analogous Colors of #ec58cb

#ec58cb #ec5881 #c358ec

Monochromatic Colors of #ec58cb

#ec58cb

Complementary Color

#ec58cb #58ec79

#ec58cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec58cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec58cb Color CSS Codes

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

#ec58cb Text Font Color

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

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


#ec58cb Background Color

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

This div background color is #ec58cb


#ec58cb Border Color

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

This div border color is #ec58cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec58cb


Comments

No comments written yet.

Please login to write comment.