Color Hex Logo

#f175ba Color Hex

#F175BA
(241,117,186)
0 Favorites   0 Comments

Color spaces of #f175ba

RGB 241117186
HSL0.910.820.70
HSV327°51°95°
CMYK 0.000.510.23   0.05
XYZ51.499834.968550.4896
Yxy34.96850.37600.2553
Hunter Lab59.134251.9704-9.2287
CIE-Lab65.724155.3641-13.8986

#f175ba color RGB value is (241,117,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110101 10111010
Octal 361 165 272
Decimal 241 117 186
Hex F1 75 BA

RGB Percentages of Color #f175ba

%44.30
%21.51
%34.19

CMYK Percentages of Color #f175ba

%0
%51
%23
%5

Triadic Colors of #f175ba

#f175ba #baf175 #75baf1

Analogous Colors of #f175ba

#f175ba #f1757c #ea75f1

Monochromatic Colors of #f175ba

#f175ba

Complementary Color

#f175ba #75f1ac

#f175ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f175ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f175ba Color CSS Codes

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

#f175ba Text Font Color

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

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


#f175ba Background Color

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

This div background color is #f175ba


#f175ba Border Color

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

This div border color is #f175ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f175ba


Comments

No comments written yet.

Please login to write comment.