Color Hex Logo

#f189ca Color Hex

#F189CA
(241,137,202)
0 Favorites   0 Comments

Color spaces of #f189ca

RGB 241137202
HSL0.900.790.74
HSV323°43°95°
CMYK 0.000.430.16   0.05
XYZ55.882040.856460.8179
Yxy40.85640.35470.2593
Hunter Lab63.919044.1976-11.6702
CIE-Lab70.075247.8581-16.3047

#f189ca color RGB value is (241,137,202).

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

The process color (four color CMYK) of #f189ca color hex is 0.00, 0.43, 0.16, 0.05. Web safe color of #f189ca is #ff99cc. Color #f189ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001001 11001010
Octal 361 211 312
Decimal 241 137 202
Hex F1 89 CA

RGB Percentages of Color #f189ca

%41.55
%23.62
%34.83

CMYK Percentages of Color #f189ca

%0
%43
%16
%5

Triadic Colors of #f189ca

#f189ca #caf189 #89caf1

Analogous Colors of #f189ca

#f189ca #f18996 #e489f1

Monochromatic Colors of #f189ca

#f189ca

Complementary Color

#f189ca #89f1b0

#f189ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f189ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f189ca Color CSS Codes

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

#f189ca Text Font Color

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

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


#f189ca Background Color

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

This div background color is #f189ca


#f189ca Border Color

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

This div border color is #f189ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,137,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 #f189ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f189ca


Comments

No comments written yet.

Please login to write comment.