Color Hex Logo

#f174ea Color Hex

#F174EA
(241,116,234)
0 Favorites   0 Comments

Color spaces of #f174ea

RGB 241116234
HSL0.840.820.70
HSV303°52°95°
CMYK 0.000.520.03   0.05
XYZ57.372337.132181.9853
Yxy37.13210.32510.2104
Hunter Lab60.936161.4223-37.1153
CIE-Lab67.376063.1834-38.1996

#f174ea color RGB value is (241,116,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110100 11101010
Octal 361 164 352
Decimal 241 116 234
Hex F1 74 EA

RGB Percentages of Color #f174ea

%40.78
%19.63
%39.59

CMYK Percentages of Color #f174ea

%0
%52
%3
%5

Triadic Colors of #f174ea

#f174ea #eaf174 #74eaf1

Analogous Colors of #f174ea

#f174ea #f174ac #ba74f1

Monochromatic Colors of #f174ea

#f174ea

Complementary Color

#f174ea #74f17b

#f174ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f174ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f174ea Color CSS Codes

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

#f174ea Text Font Color

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

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


#f174ea Background Color

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

This div background color is #f174ea


#f174ea Border Color

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

This div border color is #f174ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f174ea


Comments

No comments written yet.

Please login to write comment.