Color Hex Logo

#f47ca2 Color Hex

#F47CA2
(244,124,162)
0 Favorites   0 Comments

Color spaces of #f47ca2

RGB 244124162
HSL0.950.850.72
HSV341°49°96°
CMYK 0.000.490.34   0.04
XYZ51.037536.257038.4908
Yxy36.25700.40580.2882
Hunter Lab60.213845.92334.2494
CIE-Lab66.715849.86621.1984

#f47ca2 color RGB value is (244,124,162).

#f47ca2 hex color red value is 244, green value is 124 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #f47ca2 hue: 0.95 , saturation: 0.85 and the lightness value of f47ca2 is 0.72.

The process color (four color CMYK) of #f47ca2 color hex is 0.00, 0.49, 0.34, 0.04. Web safe color of #f47ca2 is #ff6699. Color #f47ca2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111100 10100010
Octal 364 174 242
Decimal 244 124 162
Hex F4 7C A2

RGB Percentages of Color #f47ca2

%46.04
%23.40
%30.57

CMYK Percentages of Color #f47ca2

%0
%49
%34
%4

Triadic Colors of #f47ca2

#f47ca2 #a2f47c #7ca2f4

Analogous Colors of #f47ca2

#f47ca2 #f4927c #f47cde

Monochromatic Colors of #f47ca2

#f47ca2

Complementary Color

#f47ca2 #7cf4ce

#f47ca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47ca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47ca2 Color CSS Codes

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

#f47ca2 Text Font Color

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

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


#f47ca2 Background Color

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

This div background color is #f47ca2


#f47ca2 Border Color

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

This div border color is #f47ca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47ca2


Comments

No comments written yet.

Please login to write comment.