Color Hex Logo

#ec7ced Color Hex

#EC7CED
(236,124,237)
0 Favorites   0 Comments

Color spaces of #ec7ced

RGB 236124237
HSL0.830.760.71
HSV299°48°93°
CMYK 0.000.480.00   0.07
XYZ57.085838.362684.5167
Yxy38.36260.31720.2132
Hunter Lab61.937556.1269-37.5477
CIE-Lab68.287058.5522-38.4826

#ec7ced color RGB value is (236,124,237).

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

The process color (four color CMYK) of #ec7ced color hex is 0.00, 0.48, 0.00, 0.07. Web safe color of #ec7ced is #ff66ff. Color #ec7ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111100 11101101
Octal 354 174 355
Decimal 236 124 237
Hex EC 7C ED

RGB Percentages of Color #ec7ced

%39.53
%20.77
%39.70

CMYK Percentages of Color #ec7ced

%0
%48
%0
%7

Triadic Colors of #ec7ced

#ec7ced #edec7c #7cedec

Analogous Colors of #ec7ced

#ec7ced #ed7cb6 #b47ced

Monochromatic Colors of #ec7ced

#ec7ced

Complementary Color

#ec7ced #7ded7c

#ec7ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7ced Color CSS Codes

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

#ec7ced Text Font Color

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

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


#ec7ced Background Color

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

This div background color is #ec7ced


#ec7ced Border Color

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

This div border color is #ec7ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7ced


Comments

No comments written yet.

Please login to write comment.