Color Hex Logo

#f174cb Color Hex

#F174CB
(241,116,203)
0 Favorites   0 Comments

Color spaces of #f174cb

RGB 241116203
HSL0.880.820.70
HSV318°52°95°
CMYK 0.000.520.16   0.05
XYZ53.300535.503460.5435
Yxy35.50340.35690.2377
Hunter Lab59.584755.4008-18.5347
CIE-Lab66.138758.2737-22.8436

#f174cb color RGB value is (241,116,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110100 11001011
Octal 361 164 313
Decimal 241 116 203
Hex F1 74 CB

RGB Percentages of Color #f174cb

%43.04
%20.71
%36.25

CMYK Percentages of Color #f174cb

%0
%52
%16
%5

Triadic Colors of #f174cb

#f174cb #cbf174 #74cbf1

Analogous Colors of #f174cb

#f174cb #f1748d #d974f1

Monochromatic Colors of #f174cb

#f174cb

Complementary Color

#f174cb #74f19a

#f174cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f174cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f174cb Color CSS Codes

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

#f174cb Text Font Color

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

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


#f174cb Background Color

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

This div background color is #f174cb


#f174cb Border Color

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

This div border color is #f174cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f174cb


Comments

No comments written yet.

Please login to write comment.