Color Hex Logo

#f19ded Color Hex

#F19DED
(241,157,237)
0 Favorites   0 Comments

Color spaces of #f19ded

RGB 241157237
HSL0.840.750.78
HSV303°35°95°
CMYK 0.000.350.02   0.05
XYZ63.618748.929186.2120
Yxy48.92910.32010.2462
Hunter Lab69.949339.9338-24.1099
CIE-Lab75.407243.3766-27.4273

#f19ded color RGB value is (241,157,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011101 11101101
Octal 361 235 355
Decimal 241 157 237
Hex F1 9D ED

RGB Percentages of Color #f19ded

%37.95
%24.72
%37.32

CMYK Percentages of Color #f19ded

%0
%35
%2
%5

Triadic Colors of #f19ded

#f19ded #edf19d #9dedf1

Analogous Colors of #f19ded

#f19ded #f19dc3 #cb9df1

Monochromatic Colors of #f19ded

#f19ded

Complementary Color

#f19ded #9df1a1

#f19ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19ded Color CSS Codes

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

#f19ded Text Font Color

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

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


#f19ded Background Color

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

This div background color is #f19ded


#f19ded Border Color

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

This div border color is #f19ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19ded

Related Colors


Comments

No comments written yet.

Please login to write comment.