Color Hex Logo

#f174ec Color Hex

#F174EC
(241,116,236)
0 Favorites   0 Comments

Color spaces of #f174ec

RGB 241116236
HSL0.840.820.70
HSV302°52°95°
CMYK 0.000.520.02   0.05
XYZ57.661337.247783.5073
Yxy37.24770.32320.2088
Hunter Lab61.030961.8407-38.4036
CIE-Lab67.462563.5192-39.1696

#f174ec color RGB value is (241,116,236).

#f174ec hex color red value is 241, green value is 116 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f174ec hue: 0.84 , saturation: 0.82 and the lightness value of f174ec is 0.70.

The process color (four color CMYK) of #f174ec color hex is 0.00, 0.52, 0.02, 0.05. Web safe color of #f174ec is #ff66ff. Color #f174ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110100 11101100
Octal 361 164 354
Decimal 241 116 236
Hex F1 74 EC

RGB Percentages of Color #f174ec

%40.64
%19.56
%39.80

CMYK Percentages of Color #f174ec

%0
%52
%2
%5

Triadic Colors of #f174ec

#f174ec #ecf174 #74ecf1

Analogous Colors of #f174ec

#f174ec #f174ae #b874f1

Monochromatic Colors of #f174ec

#f174ec

Complementary Color

#f174ec #74f179

#f174ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f174ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f174ec Color CSS Codes

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

#f174ec Text Font Color

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

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


#f174ec Background Color

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

This div background color is #f174ec


#f174ec Border Color

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

This div border color is #f174ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f174ec


Comments

No comments written yet.

Please login to write comment.