Color Hex Logo

#f175ce Color Hex

#F175CE
(241,117,206)
0 Favorites   0 Comments

Color spaces of #f175ce

RGB 241117206
HSL0.880.820.70
HSV317°51°95°
CMYK 0.000.510.15   0.05
XYZ53.777535.879662.4836
Yxy35.87960.35350.2358
Hunter Lab59.899655.4320-19.9180
CIE-Lab66.427858.2539-24.0834

#f175ce color RGB value is (241,117,206).

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

The process color (four color CMYK) of #f175ce color hex is 0.00, 0.51, 0.15, 0.05. Web safe color of #f175ce is #ff66cc. Color #f175ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110101 11001110
Octal 361 165 316
Decimal 241 117 206
Hex F1 75 CE

RGB Percentages of Color #f175ce

%42.73
%20.74
%36.52

CMYK Percentages of Color #f175ce

%0
%51
%15
%5

Triadic Colors of #f175ce

#f175ce #cef175 #75cef1

Analogous Colors of #f175ce

#f175ce #f17590 #d675f1

Monochromatic Colors of #f175ce

#f175ce

Complementary Color

#f175ce #75f198

#f175ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f175ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f175ce Color CSS Codes

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

#f175ce Text Font Color

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

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


#f175ce Background Color

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

This div background color is #f175ce


#f175ce Border Color

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

This div border color is #f175ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f175ce


Comments

No comments written yet.

Please login to write comment.