Color Hex Logo

#f174ca Color Hex

#F174CA
(241,116,202)
0 Favorites   0 Comments

Color spaces of #f174ca

RGB 241116202
HSL0.890.820.70
HSV319°52°95°
CMYK 0.000.520.16   0.05
XYZ53.181735.455859.9178
Yxy35.45580.35800.2387
Hunter Lab59.544855.2218-17.9801
CIE-Lab66.102058.1254-22.3384

#f174ca color RGB value is (241,116,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110100 11001010
Octal 361 164 312
Decimal 241 116 202
Hex F1 74 CA

RGB Percentages of Color #f174ca

%43.11
%20.75
%36.14

CMYK Percentages of Color #f174ca

%0
%52
%16
%5

Triadic Colors of #f174ca

#f174ca #caf174 #74caf1

Analogous Colors of #f174ca

#f174ca #f1748c #da74f1

Monochromatic Colors of #f174ca

#f174ca

Complementary Color

#f174ca #74f19b

#f174ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f174ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f174ca Color CSS Codes

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

#f174ca Text Font Color

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

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


#f174ca Background Color

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

This div background color is #f174ca


#f174ca Border Color

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

This div border color is #f174ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f174ca


Comments

No comments written yet.

Please login to write comment.