Color Hex Logo

#f174da Color Hex

#F174DA
(241,116,218)
0 Favorites   0 Comments

Color spaces of #f174da

RGB 241116218
HSL0.860.820.70
HSV311°52°95°
CMYK 0.000.520.10   0.05
XYZ55.175936.253570.4192
Yxy36.25350.34090.2240
Hunter Lab60.210958.2044-27.1946
CIE-Lab66.713260.5779-30.3490

#f174da color RGB value is (241,116,218).

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

The process color (four color CMYK) of #f174da color hex is 0.00, 0.52, 0.10, 0.05. Web safe color of #f174da is #ff66cc. Color #f174da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110100 11011010
Octal 361 164 332
Decimal 241 116 218
Hex F1 74 DA

RGB Percentages of Color #f174da

%41.91
%20.17
%37.91

CMYK Percentages of Color #f174da

%0
%52
%10
%5

Triadic Colors of #f174da

#f174da #daf174 #74daf1

Analogous Colors of #f174da

#f174da #f1749c #ca74f1

Monochromatic Colors of #f174da

#f174da

Complementary Color

#f174da #74f18b

#f174da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f174da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f174da Color CSS Codes

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

#f174da Text Font Color

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

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


#f174da Background Color

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

This div background color is #f174da


#f174da Border Color

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

This div border color is #f174da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f174da


Comments

No comments written yet.

Please login to write comment.