Color Hex Logo

#f11ecc Color Hex

#F11ECC
(241,30,204)
0 Favorites   0 Comments

Color spaces of #f11ecc

RGB 24130204
HSL0.860.880.53
HSV311°88°95°
CMYK 0.000.880.15   0.05
XYZ47.639023.989059.2462
Yxy23.98900.36400.1833
Hunter Lab48.978687.9055-37.4343
CIE-Lab56.076886.4957-39.0086

#f11ecc color RGB value is (241,30,204).

#f11ecc hex color red value is 241, green value is 30 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f11ecc hue: 0.86 , saturation: 0.88 and the lightness value of f11ecc is 0.53.

The process color (four color CMYK) of #f11ecc color hex is 0.00, 0.88, 0.15, 0.05. Web safe color of #f11ecc is #ff33cc. Color #f11ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011110 11001100
Octal 361 36 314
Decimal 241 30 204
Hex F1 1E CC

RGB Percentages of Color #f11ecc

%50.74
%6.32
%42.95

CMYK Percentages of Color #f11ecc

%0
%88
%15
%5

Triadic Colors of #f11ecc

#f11ecc #ccf11e #1eccf1

Analogous Colors of #f11ecc

#f11ecc #f11e62 #ad1ef1

Monochromatic Colors of #f11ecc

#f11ecc

Complementary Color

#f11ecc #1ef143

#f11ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11ecc Color CSS Codes

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

#f11ecc Text Font Color

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

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


#f11ecc Background Color

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

This div background color is #f11ecc


#f11ecc Border Color

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

This div border color is #f11ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11ecc


Comments

No comments written yet.

Please login to write comment.