Color Hex Logo

#f47dca Color Hex

#F47DCA
(244,125,202)
0 Favorites   0 Comments

Color spaces of #f47dca

RGB 244125202
HSL0.890.840.72
HSV321°49°96°
CMYK 0.000.490.17   0.04
XYZ55.302538.164660.3289
Yxy38.16460.35960.2482
Hunter Lab61.777551.6805-14.6555
CIE-Lab68.141854.7389-19.1956

#f47dca color RGB value is (244,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111101 11001010
Octal 364 175 312
Decimal 244 125 202
Hex F4 7D CA

RGB Percentages of Color #f47dca

%42.73
%21.89
%35.38

CMYK Percentages of Color #f47dca

%0
%49
%17
%4

Triadic Colors of #f47dca

#f47dca #caf47d #7dcaf4

Analogous Colors of #f47dca

#f47dca #f47d8f #e37df4

Monochromatic Colors of #f47dca

#f47dca

Complementary Color

#f47dca #7df4a7

#f47dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47dca Color CSS Codes

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

#f47dca Text Font Color

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

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


#f47dca Background Color

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

This div background color is #f47dca


#f47dca Border Color

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

This div border color is #f47dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47dca


Comments

No comments written yet.

Please login to write comment.