Color Hex Logo

#f47eca Color Hex

#F47ECA
(244,126,202)
0 Favorites   0 Comments

Color spaces of #f47eca

RGB 244126202
HSL0.890.840.73
HSV321°48°96°
CMYK 0.000.480.17   0.04
XYZ55.429838.419160.3713
Yxy38.41910.35940.2491
Hunter Lab61.983151.1571-14.3600
CIE-Lab68.328454.2546-18.9123

#f47eca color RGB value is (244,126,202).

#f47eca hex color red value is 244, green value is 126 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f47eca hue: 0.89 , saturation: 0.84 and the lightness value of f47eca is 0.73.

The process color (four color CMYK) of #f47eca color hex is 0.00, 0.48, 0.17, 0.04. Web safe color of #f47eca is #ff66cc. Color #f47eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111110 11001010
Octal 364 176 312
Decimal 244 126 202
Hex F4 7E CA

RGB Percentages of Color #f47eca

%42.66
%22.03
%35.31

CMYK Percentages of Color #f47eca

%0
%48
%17
%4

Triadic Colors of #f47eca

#f47eca #caf47e #7ecaf4

Analogous Colors of #f47eca

#f47eca #f47e8f #e37ef4

Monochromatic Colors of #f47eca

#f47eca

Complementary Color

#f47eca #7ef4a8

#f47eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47eca Color CSS Codes

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

#f47eca Text Font Color

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

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


#f47eca Background Color

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

This div background color is #f47eca


#f47eca Border Color

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

This div border color is #f47eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,126,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f47eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f47eca;
  -webkit-box-shadow: 1px 1px 3px 2px #f47eca;
  box-shadow:         1px 1px 3px 2px #f47eca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,126,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47eca


Comments

No comments written yet.

Please login to write comment.