Color Hex Logo

#f748cf Color Hex

#F748CF
(247,72,207)
0 Favorites   0 Comments

Color spaces of #f748cf

RGB 24772207
HSL0.870.920.63
HSV314°71°97°
CMYK 0.000.710.16   0.03
XYZ51.937628.913961.8750
Yxy28.91390.36390.2026
Hunter Lab53.771678.3113-30.5848
CIE-Lab60.705678.1477-33.4080

#f748cf color RGB value is (247,72,207).

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

The process color (four color CMYK) of #f748cf color hex is 0.00, 0.71, 0.16, 0.03. Web safe color of #f748cf is #ff33cc. Color #f748cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001000 11001111
Octal 367 110 317
Decimal 247 72 207
Hex F7 48 CF

RGB Percentages of Color #f748cf

%46.96
%13.69
%39.35

CMYK Percentages of Color #f748cf

%0
%71
%16
%3

Triadic Colors of #f748cf

#f748cf #cff748 #48cff7

Analogous Colors of #f748cf

#f748cf #f74878 #c848f7

Monochromatic Colors of #f748cf

#f748cf

Complementary Color

#f748cf #48f770

#f748cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f748cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f748cf Color CSS Codes

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

#f748cf Text Font Color

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

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


#f748cf Background Color

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

This div background color is #f748cf


#f748cf Border Color

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

This div border color is #f748cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f748cf


Comments

No comments written yet.

Please login to write comment.