Color Hex Logo

#ec7fdb Color Hex

#EC7FDB
(236,127,219)
0 Favorites   0 Comments

Color spaces of #ec7fdb

RGB 236127219
HSL0.860.740.71
HSV309°46°93°
CMYK 0.000.460.07   0.07
XYZ54.967638.126171.4798
Yxy38.12610.33400.2317
Hunter Lab61.746350.8475-25.4138
CIE-Lab68.113554.0166-28.7987

#ec7fdb color RGB value is (236,127,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111111 11011011
Octal 354 177 333
Decimal 236 127 219
Hex EC 7F DB

RGB Percentages of Color #ec7fdb

%40.55
%21.82
%37.63

CMYK Percentages of Color #ec7fdb

%0
%46
%7
%7

Triadic Colors of #ec7fdb

#ec7fdb #dbec7f #7fdbec

Analogous Colors of #ec7fdb

#ec7fdb #ec7fa5 #c77fec

Monochromatic Colors of #ec7fdb

#ec7fdb

Complementary Color

#ec7fdb #7fec90

#ec7fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7fdb Color CSS Codes

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

#ec7fdb Text Font Color

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

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


#ec7fdb Background Color

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

This div background color is #ec7fdb


#ec7fdb Border Color

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

This div border color is #ec7fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,127,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 #ec7fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7fdb


Comments

No comments written yet.

Please login to write comment.