Color Hex Logo

#f19cea Color Hex

#F19CEA
(241,156,234)
0 Favorites   0 Comments

Color spaces of #f19cea

RGB 241156234
HSL0.850.750.78
HSV305°35°95°
CMYK 0.000.350.03   0.05
XYZ63.015448.418283.8663
Yxy48.41820.32270.2479
Hunter Lab69.583239.8812-22.7520
CIE-Lab75.087943.3658-26.2842

#f19cea color RGB value is (241,156,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011100 11101010
Octal 361 234 352
Decimal 241 156 234
Hex F1 9C EA

RGB Percentages of Color #f19cea

%38.19
%24.72
%37.08

CMYK Percentages of Color #f19cea

%0
%35
%3
%5

Triadic Colors of #f19cea

#f19cea #eaf19c #9ceaf1

Analogous Colors of #f19cea

#f19cea #f19cc0 #ce9cf1

Monochromatic Colors of #f19cea

#f19cea

Complementary Color

#f19cea #9cf1a3

#f19cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19cea Color CSS Codes

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

#f19cea Text Font Color

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

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


#f19cea Background Color

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

This div background color is #f19cea


#f19cea Border Color

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

This div border color is #f19cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19cea


Comments

No comments written yet.

Please login to write comment.