Color Hex Logo

#f16dea Color Hex

#F16DEA
(241,109,234)
0 Favorites   0 Comments

Color spaces of #f16dea

RGB 241109234
HSL0.840.830.69
HSV303°55°95°
CMYK 0.000.550.03   0.05
XYZ56.595535.578681.7263
Yxy35.57860.32540.2046
Hunter Lab59.647864.9821-39.4826
CIE-Lab66.196766.3510-40.0411

#f16dea color RGB value is (241,109,234).

#f16dea hex color red value is 241, green value is 109 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f16dea hue: 0.84 , saturation: 0.83 and the lightness value of f16dea is 0.69.

The process color (four color CMYK) of #f16dea color hex is 0.00, 0.55, 0.03, 0.05. Web safe color of #f16dea is #ff66ff. Color #f16dea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101101 11101010
Octal 361 155 352
Decimal 241 109 234
Hex F1 6D EA

RGB Percentages of Color #f16dea

%41.27
%18.66
%40.07

CMYK Percentages of Color #f16dea

%0
%55
%3
%5

Triadic Colors of #f16dea

#f16dea #eaf16d #6deaf1

Analogous Colors of #f16dea

#f16dea #f16da8 #b66df1

Monochromatic Colors of #f16dea

#f16dea

Complementary Color

#f16dea #6df174

#f16dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16dea Color CSS Codes

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

#f16dea Text Font Color

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

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


#f16dea Background Color

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

This div background color is #f16dea


#f16dea Border Color

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

This div border color is #f16dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16dea


Comments

No comments written yet.

Please login to write comment.