Color Hex Logo

#ec7cfa Color Hex

#EC7CFA
(236,124,250)
0 Favorites   0 Comments

Color spaces of #ec7cfa

RGB 236124250
HSL0.810.930.73
HSV293°50°98°
CMYK 0.060.500.00   0.02
XYZ59.055039.150394.8867
Yxy39.15030.30580.2028
Hunter Lab62.570258.9740-46.1132
CIE-Lab68.860060.8784-44.7241

#ec7cfa color RGB value is (236,124,250).

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

The process color (four color CMYK) of #ec7cfa color hex is 0.06, 0.50, 0.00, 0.02. Web safe color of #ec7cfa is #ff66ff. Color #ec7cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111100 11111010
Octal 354 174 372
Decimal 236 124 250
Hex EC 7C FA

RGB Percentages of Color #ec7cfa

%38.69
%20.33
%40.98

CMYK Percentages of Color #ec7cfa

%6
%50
%0
%2

Triadic Colors of #ec7cfa

#ec7cfa #faec7c #7cfaec

Analogous Colors of #ec7cfa

#ec7cfa #fa7cc9 #ad7cfa

Monochromatic Colors of #ec7cfa

#ec7cfa

Complementary Color

#ec7cfa #8afa7c

#ec7cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7cfa Color CSS Codes

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

#ec7cfa Text Font Color

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

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


#ec7cfa Background Color

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

This div background color is #ec7cfa


#ec7cfa Border Color

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

This div border color is #ec7cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7cfa


Comments

No comments written yet.

Please login to write comment.