Color Hex Logo

#ec7bdc Color Hex

#EC7BDC
(236,123,220)
0 Favorites   0 Comments

Color spaces of #ec7bdc

RGB 236123220
HSL0.860.750.70
HSV308°48°93°
CMYK 0.000.480.07   0.07
XYZ54.593337.166172.0065
Yxy37.16610.33340.2269
Hunter Lab60.964053.1598-27.3545
CIE-Lab67.401556.1378-30.4521

#ec7bdc color RGB value is (236,123,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111011 11011100
Octal 354 173 334
Decimal 236 123 220
Hex EC 7B DC

RGB Percentages of Color #ec7bdc

%40.76
%21.24
%38.00

CMYK Percentages of Color #ec7bdc

%0
%48
%7
%7

Triadic Colors of #ec7bdc

#ec7bdc #dcec7b #7bdcec

Analogous Colors of #ec7bdc

#ec7bdc #ec7ba4 #c47bec

Monochromatic Colors of #ec7bdc

#ec7bdc

Complementary Color

#ec7bdc #7bec8b

#ec7bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7bdc Color CSS Codes

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

#ec7bdc Text Font Color

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

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


#ec7bdc Background Color

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

This div background color is #ec7bdc


#ec7bdc Border Color

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

This div border color is #ec7bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7bdc


Comments

No comments written yet.

Please login to write comment.