Color Hex Logo

#ec5dcf Color Hex

#EC5DCF
(236,93,207)
0 Favorites   0 Comments

Color spaces of #ec5dcf

RGB 23693207
HSL0.870.790.65
HSV312°61°93°
CMYK 0.000.610.12   0.07
XYZ49.768930.166662.2311
Yxy30.16660.35010.2122
Hunter Lab54.924165.6286-28.7309
CIE-Lab61.797767.6696-31.8422

#ec5dcf color RGB value is (236,93,207).

#ec5dcf hex color red value is 236, green value is 93 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ec5dcf hue: 0.87 , saturation: 0.79 and the lightness value of ec5dcf is 0.65.

The process color (four color CMYK) of #ec5dcf color hex is 0.00, 0.61, 0.12, 0.07. Web safe color of #ec5dcf is #ff66cc. Color #ec5dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011101 11001111
Octal 354 135 317
Decimal 236 93 207
Hex EC 5D CF

RGB Percentages of Color #ec5dcf

%44.03
%17.35
%38.62

CMYK Percentages of Color #ec5dcf

%0
%61
%12
%7

Triadic Colors of #ec5dcf

#ec5dcf #cfec5d #5dcfec

Analogous Colors of #ec5dcf

#ec5dcf #ec5d88 #c25dec

Monochromatic Colors of #ec5dcf

#ec5dcf

Complementary Color

#ec5dcf #5dec7a

#ec5dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5dcf Color CSS Codes

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

#ec5dcf Text Font Color

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

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


#ec5dcf Background Color

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

This div background color is #ec5dcf


#ec5dcf Border Color

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

This div border color is #ec5dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5dcf


Comments

No comments written yet.

Please login to write comment.