Color Hex Logo

#ec7cdb Color Hex

#EC7CDB
(236,124,219)
0 Favorites   0 Comments

Color spaces of #ec7cdb

RGB 236124219
HSL0.860.750.71
HSV309°47°93°
CMYK 0.000.470.07   0.07
XYZ54.585937.362671.3526
Yxy37.36260.33430.2288
Hunter Lab61.125052.4357-26.4231
CIE-Lab67.548255.4866-29.6701

#ec7cdb color RGB value is (236,124,219).

#ec7cdb hex color red value is 236, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ec7cdb hue: 0.86 , saturation: 0.75 and the lightness value of ec7cdb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111100 11011011
Octal 354 174 333
Decimal 236 124 219
Hex EC 7C DB

RGB Percentages of Color #ec7cdb

%40.76
%21.42
%37.82

CMYK Percentages of Color #ec7cdb

%0
%47
%7
%7

Triadic Colors of #ec7cdb

#ec7cdb #dbec7c #7cdbec

Analogous Colors of #ec7cdb

#ec7cdb #ec7ca3 #c57cec

Monochromatic Colors of #ec7cdb

#ec7cdb

Complementary Color

#ec7cdb #7cec8d

#ec7cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7cdb Color CSS Codes

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

#ec7cdb Text Font Color

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

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


#ec7cdb Background Color

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

This div background color is #ec7cdb


#ec7cdb Border Color

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

This div border color is #ec7cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7cdb


Comments

No comments written yet.

Please login to write comment.