Color Hex Logo

#f174eb Color Hex

#F174EB
(241,116,235)
0 Favorites   0 Comments

Color spaces of #f174eb

RGB 241116235
HSL0.840.820.70
HSV303°52°95°
CMYK 0.000.520.02   0.05
XYZ57.516437.189782.7441
Yxy37.18970.32410.2096
Hunter Lab60.983461.6312-37.7581
CIE-Lab67.419163.3512-38.6849

#f174eb color RGB value is (241,116,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110100 11101011
Octal 361 164 353
Decimal 241 116 235
Hex F1 74 EB

RGB Percentages of Color #f174eb

%40.71
%19.59
%39.70

CMYK Percentages of Color #f174eb

%0
%52
%2
%5

Triadic Colors of #f174eb

#f174eb #ebf174 #74ebf1

Analogous Colors of #f174eb

#f174eb #f174ad #b974f1

Monochromatic Colors of #f174eb

#f174eb

Complementary Color

#f174eb #74f17a

#f174eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f174eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f174eb Color CSS Codes

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

#f174eb Text Font Color

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

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


#f174eb Background Color

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

This div background color is #f174eb


#f174eb Border Color

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

This div border color is #f174eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f174eb


Comments

No comments written yet.

Please login to write comment.