Color Hex Logo

#f740ce Color Hex

#F740CE
(247,64,206)
0 Favorites   0 Comments

Color spaces of #f740ce

RGB 24764206
HSL0.870.920.61
HSV313°74°97°
CMYK 0.000.740.17   0.03
XYZ51.331727.897261.0717
Yxy27.89720.36590.1988
Hunter Lab52.817881.0465-31.5829
CIE-Lab59.795880.4735-34.2567

#f740ce color RGB value is (247,64,206).

#f740ce hex color red value is 247, green value is 64 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f740ce hue: 0.87 , saturation: 0.92 and the lightness value of f740ce is 0.61.

The process color (four color CMYK) of #f740ce color hex is 0.00, 0.74, 0.17, 0.03. Web safe color of #f740ce is #ff33cc. Color #f740ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000000 11001110
Octal 367 100 316
Decimal 247 64 206
Hex F7 40 CE

RGB Percentages of Color #f740ce

%47.78
%12.38
%39.85

CMYK Percentages of Color #f740ce

%0
%74
%17
%3

Triadic Colors of #f740ce

#f740ce #cef740 #40cef7

Analogous Colors of #f740ce

#f740ce #f74073 #c540f7

Monochromatic Colors of #f740ce

#f740ce

Complementary Color

#f740ce #40f769

#f740ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f740ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f740ce Color CSS Codes

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

#f740ce Text Font Color

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

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


#f740ce Background Color

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

This div background color is #f740ce


#f740ce Border Color

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

This div border color is #f740ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,64,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f740ce


Comments

No comments written yet.

Please login to write comment.