Color Hex Logo

#f188c4 Color Hex

#F188C4
(241,136,196)
0 Favorites   0 Comments

Color spaces of #f188c4

RGB 241136196
HSL0.900.790.74
HSV326°44°95°
CMYK 0.000.440.19   0.05
XYZ55.043640.294657.1011
Yxy40.29460.36110.2643
Hunter Lab63.478043.6959-8.8992
CIE-Lab69.678847.4611-13.5619

#f188c4 color RGB value is (241,136,196).

#f188c4 hex color red value is 241, green value is 136 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #f188c4 hue: 0.90 , saturation: 0.79 and the lightness value of f188c4 is 0.74.

The process color (four color CMYK) of #f188c4 color hex is 0.00, 0.44, 0.19, 0.05. Web safe color of #f188c4 is #ff99cc. Color #f188c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001000 11000100
Octal 361 210 304
Decimal 241 136 196
Hex F1 88 C4

RGB Percentages of Color #f188c4

%42.06
%23.73
%34.21

CMYK Percentages of Color #f188c4

%0
%44
%19
%5

Triadic Colors of #f188c4

#f188c4 #c4f188 #88c4f1

Analogous Colors of #f188c4

#f188c4 #f18890 #ea88f1

Monochromatic Colors of #f188c4

#f188c4

Complementary Color

#f188c4 #88f1b5

#f188c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f188c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f188c4 Color CSS Codes

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

#f188c4 Text Font Color

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

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


#f188c4 Background Color

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

This div background color is #f188c4


#f188c4 Border Color

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

This div border color is #f188c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f188c4


Comments

No comments written yet.

Please login to write comment.