Color Hex Logo

#f19bea Color Hex

#F19BEA
(241,155,234)
0 Favorites   0 Comments

Color spaces of #f19bea

RGB 241155234
HSL0.850.750.78
HSV305°36°95°
CMYK 0.000.360.03   0.05
XYZ62.848348.084083.8106
Yxy48.08400.32270.2469
Hunter Lab69.342640.4329-23.1207
CIE-Lab74.877943.8855-26.6058

#f19bea color RGB value is (241,155,234).

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

The process color (four color CMYK) of #f19bea color hex is 0.00, 0.36, 0.03, 0.05. Web safe color of #f19bea is #ff99ff. Color #f19bea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011011 11101010
Octal 361 233 352
Decimal 241 155 234
Hex F1 9B EA

RGB Percentages of Color #f19bea

%38.25
%24.60
%37.14

CMYK Percentages of Color #f19bea

%0
%36
%3
%5

Triadic Colors of #f19bea

#f19bea #eaf19b #9beaf1

Analogous Colors of #f19bea

#f19bea #f19bbf #cd9bf1

Monochromatic Colors of #f19bea

#f19bea

Complementary Color

#f19bea #9bf1a2

#f19bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19bea Color CSS Codes

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

#f19bea Text Font Color

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

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


#f19bea Background Color

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

This div background color is #f19bea


#f19bea Border Color

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

This div border color is #f19bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19bea


Comments

No comments written yet.

Please login to write comment.