Color Hex Logo

#ec74fb Color Hex

#EC74FB
(236,116,251)
0 Favorites   0 Comments

Color spaces of #ec74fb

RGB 236116251
HSL0.810.940.72
HSV293°54°98°
CMYK 0.060.540.00   0.02
XYZ58.250037.288795.3941
Yxy37.28870.30510.1953
Hunter Lab61.064563.4101-49.8769
CIE-Lab67.493164.8229-47.4208

#ec74fb color RGB value is (236,116,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110100 11111011
Octal 354 164 373
Decimal 236 116 251
Hex EC 74 FB

RGB Percentages of Color #ec74fb

%39.14
%19.24
%41.63

CMYK Percentages of Color #ec74fb

%6
%54
%0
%2

Triadic Colors of #ec74fb

#ec74fb #fbec74 #74fbec

Analogous Colors of #ec74fb

#ec74fb #fb74c7 #a974fb

Monochromatic Colors of #ec74fb

#ec74fb

Complementary Color

#ec74fb #83fb74

#ec74fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec74fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec74fb Color CSS Codes

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

#ec74fb Text Font Color

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

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


#ec74fb Background Color

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

This div background color is #ec74fb


#ec74fb Border Color

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

This div border color is #ec74fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec74fb

Related Colors


Comments

No comments written yet.

Please login to write comment.