Color Hex Logo

#f19bca Color Hex

#F19BCA
(241,155,202)
0 Favorites   0 Comments

Color spaces of #f19bca

RGB 241155202
HSL0.910.750.78
HSV327°36°95°
CMYK 0.000.360.16   0.05
XYZ58.657646.407761.7431
Yxy46.40770.35160.2782
Hunter Lab68.123234.4821-6.0509
CIE-Lab73.809338.5860-10.6976

#f19bca color RGB value is (241,155,202).

#f19bca hex color red value is 241, green value is 155 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f19bca hue: 0.91 , saturation: 0.75 and the lightness value of f19bca is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011011 11001010
Octal 361 233 312
Decimal 241 155 202
Hex F1 9B CA

RGB Percentages of Color #f19bca

%40.30
%25.92
%33.78

CMYK Percentages of Color #f19bca

%0
%36
%16
%5

Triadic Colors of #f19bca

#f19bca #caf19b #9bcaf1

Analogous Colors of #f19bca

#f19bca #f19b9f #ed9bf1

Monochromatic Colors of #f19bca

#f19bca

Complementary Color

#f19bca #9bf1c2

#f19bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19bca Color CSS Codes

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

#f19bca Text Font Color

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

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


#f19bca Background Color

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

This div background color is #f19bca


#f19bca Border Color

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

This div border color is #f19bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19bca


Comments

No comments written yet.

Please login to write comment.