Color Hex Logo

#ec6cdc Color Hex

#EC6CDC
(236,108,220)
0 Favorites   0 Comments

Color spaces of #ec6cdc

RGB 236108220
HSL0.850.770.67
HSV308°54°93°
CMYK 0.000.540.07   0.07
XYZ52.872933.725371.4331
Yxy33.72530.33460.2134
Hunter Lab58.073560.8864-32.2780
CIE-Lab64.743963.1801-34.5703

#ec6cdc color RGB value is (236,108,220).

#ec6cdc hex color red value is 236, green value is 108 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ec6cdc hue: 0.85 , saturation: 0.77 and the lightness value of ec6cdc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101100 11011100
Octal 354 154 334
Decimal 236 108 220
Hex EC 6C DC

RGB Percentages of Color #ec6cdc

%41.84
%19.15
%39.01

CMYK Percentages of Color #ec6cdc

%0
%54
%7
%7

Triadic Colors of #ec6cdc

#ec6cdc #dcec6c #6cdcec

Analogous Colors of #ec6cdc

#ec6cdc #ec6c9c #bc6cec

Monochromatic Colors of #ec6cdc

#ec6cdc

Complementary Color

#ec6cdc #6cec7c

#ec6cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6cdc Color CSS Codes

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

#ec6cdc Text Font Color

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

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


#ec6cdc Background Color

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

This div background color is #ec6cdc


#ec6cdc Border Color

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

This div border color is #ec6cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6cdc


Comments

No comments written yet.

Please login to write comment.