Color Hex Logo

#f74dca Color Hex

#F74DCA
(247,77,202)
0 Favorites   0 Comments

Color spaces of #f74dca

RGB 24777202
HSL0.880.910.64
HSV316°69°97°
CMYK 0.000.690.18   0.03
XYZ51.672329.346258.8181
Yxy29.34620.36950.2099
Hunter Lab54.172175.4617-26.4544
CIE-Lab61.086075.8109-29.9779

#f74dca color RGB value is (247,77,202).

#f74dca hex color red value is 247, green value is 77 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f74dca hue: 0.88 , saturation: 0.91 and the lightness value of f74dca is 0.64.

The process color (four color CMYK) of #f74dca color hex is 0.00, 0.69, 0.18, 0.03. Web safe color of #f74dca is #ff66cc. Color #f74dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001101 11001010
Octal 367 115 312
Decimal 247 77 202
Hex F7 4D CA

RGB Percentages of Color #f74dca

%46.96
%14.64
%38.40

CMYK Percentages of Color #f74dca

%0
%69
%18
%3

Triadic Colors of #f74dca

#f74dca #caf74d #4dcaf7

Analogous Colors of #f74dca

#f74dca #f74d75 #cf4df7

Monochromatic Colors of #f74dca

#f74dca

Complementary Color

#f74dca #4df77a

#f74dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74dca Color CSS Codes

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

#f74dca Text Font Color

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

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


#f74dca Background Color

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

This div background color is #f74dca


#f74dca Border Color

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

This div border color is #f74dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74dca


Comments

No comments written yet.

Please login to write comment.