Color Hex Logo

#f19cec Color Hex

#F19CEC
(241,156,236)
0 Favorites   0 Comments

Color spaces of #f19cec

RGB 241156236
HSL0.840.750.78
HSV304°35°95°
CMYK 0.000.350.02   0.05
XYZ63.304448.533885.3883
Yxy48.53380.32100.2461
Hunter Lab69.666240.2838-23.9041
CIE-Lab75.160443.7191-27.2617

#f19cec color RGB value is (241,156,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011100 11101100
Octal 361 234 354
Decimal 241 156 236
Hex F1 9C EC

RGB Percentages of Color #f19cec

%38.07
%24.64
%37.28

CMYK Percentages of Color #f19cec

%0
%35
%2
%5

Triadic Colors of #f19cec

#f19cec #ecf19c #9cecf1

Analogous Colors of #f19cec

#f19cec #f19cc2 #cc9cf1

Monochromatic Colors of #f19cec

#f19cec

Complementary Color

#f19cec #9cf1a1

#f19cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19cec Color CSS Codes

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

#f19cec Text Font Color

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

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


#f19cec Background Color

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

This div background color is #f19cec


#f19cec Border Color

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

This div border color is #f19cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19cec


Comments

No comments written yet.

Please login to write comment.