Color Hex Logo

#ec74fe Color Hex

#EC74FE
(236,116,254)
0 Favorites   0 Comments

Color spaces of #ec74fe

RGB 236116254
HSL0.810.990.73
HSV292°54°100°
CMYK 0.070.540.00   0.00
XYZ58.726937.479497.9049
Yxy37.47940.30250.1931
Hunter Lab61.220464.0939-51.9634
CIE-Lab67.635265.3663-48.8403

#ec74fe color RGB value is (236,116,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110100 11111110
Octal 354 164 376
Decimal 236 116 254
Hex EC 74 FE

RGB Percentages of Color #ec74fe

%38.94
%19.14
%41.91

CMYK Percentages of Color #ec74fe

%7
%54
%0
%0

Triadic Colors of #ec74fe

#ec74fe #feec74 #74feec

Analogous Colors of #ec74fe

#ec74fe #fe74cb #a774fe

Monochromatic Colors of #ec74fe

#ec74fe

Complementary Color

#ec74fe #86fe74

#ec74fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec74fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec74fe Color CSS Codes

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

#ec74fe Text Font Color

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

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


#ec74fe Background Color

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

This div background color is #ec74fe


#ec74fe Border Color

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

This div border color is #ec74fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec74fe


Comments

No comments written yet.

Please login to write comment.