Color Hex Logo

#ec7fea Color Hex

#EC7FEA
(236,127,234)
0 Favorites   0 Comments

Color spaces of #ec7fea

RGB 236127234
HSL0.840.740.71
HSV301°46°93°
CMYK 0.000.460.01   0.07
XYZ57.032738.952182.3545
Yxy38.95210.31980.2184
Hunter Lab62.411653.8957-34.5473
CIE-Lab68.716656.5699-36.1610

#ec7fea color RGB value is (236,127,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111111 11101010
Octal 354 177 352
Decimal 236 127 234
Hex EC 7F EA

RGB Percentages of Color #ec7fea

%39.53
%21.27
%39.20

CMYK Percentages of Color #ec7fea

%0
%46
%1
%7

Triadic Colors of #ec7fea

#ec7fea #eaec7f #7feaec

Analogous Colors of #ec7fea

#ec7fea #ec7fb4 #b87fec

Monochromatic Colors of #ec7fea

#ec7fea

Complementary Color

#ec7fea #7fec81

#ec7fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7fea Color CSS Codes

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

#ec7fea Text Font Color

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

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


#ec7fea Background Color

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

This div background color is #ec7fea


#ec7fea Border Color

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

This div border color is #ec7fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7fea


Comments

No comments written yet.

Please login to write comment.