Color Hex Logo

#ec7cfe Color Hex

#EC7CFE
(236,124,254)
0 Favorites   0 Comments

Color spaces of #ec7cfe

RGB 236124254
HSL0.810.980.74
HSV292°51°100°
CMYK 0.070.510.00   0.00
XYZ59.689139.403998.2257
Yxy39.40390.30250.1997
Hunter Lab62.772559.8800-48.8355
CIE-Lab69.042861.6120-46.6239

#ec7cfe color RGB value is (236,124,254).

#ec7cfe hex color red value is 236, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ec7cfe hue: 0.81 , saturation: 0.98 and the lightness value of ec7cfe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111100 11111110
Octal 354 174 376
Decimal 236 124 254
Hex EC 7C FE

RGB Percentages of Color #ec7cfe

%38.44
%20.20
%41.37

CMYK Percentages of Color #ec7cfe

%7
%51
%0
%0

Triadic Colors of #ec7cfe

#ec7cfe #feec7c #7cfeec

Analogous Colors of #ec7cfe

#ec7cfe #fe7ccf #ab7cfe

Monochromatic Colors of #ec7cfe

#ec7cfe

Complementary Color

#ec7cfe #8efe7c

#ec7cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7cfe Color CSS Codes

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

#ec7cfe Text Font Color

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

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


#ec7cfe Background Color

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

This div background color is #ec7cfe


#ec7cfe Border Color

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

This div border color is #ec7cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.