Color Hex Logo

#f15ecc Color Hex

#F15ECC
(241,94,204)
0 Favorites   0 Comments

Color spaces of #f15ecc

RGB 24194204
HSL0.880.840.66
HSV315°61°95°
CMYK 0.000.610.15   0.05
XYZ51.177431.065860.4257
Yxy31.06580.35870.2177
Hunter Lab55.736766.3593-25.2622
CIE-Lab62.563168.1367-28.9017

#f15ecc color RGB value is (241,94,204).

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

The process color (four color CMYK) of #f15ecc color hex is 0.00, 0.61, 0.15, 0.05. Web safe color of #f15ecc is #ff66cc. Color #f15ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011110 11001100
Octal 361 136 314
Decimal 241 94 204
Hex F1 5E CC

RGB Percentages of Color #f15ecc

%44.71
%17.44
%37.85

CMYK Percentages of Color #f15ecc

%0
%61
%15
%5

Triadic Colors of #f15ecc

#f15ecc #ccf15e #5eccf1

Analogous Colors of #f15ecc

#f15ecc #f15e83 #cd5ef1

Monochromatic Colors of #f15ecc

#f15ecc

Complementary Color

#f15ecc #5ef183

#f15ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15ecc Color CSS Codes

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

#f15ecc Text Font Color

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

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


#f15ecc Background Color

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

This div background color is #f15ecc


#f15ecc Border Color

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

This div border color is #f15ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15ecc


Comments

No comments written yet.

Please login to write comment.