Color Hex Logo

#f748be Color Hex

#F748BE
(247,72,190)
0 Favorites   0 Comments

Color spaces of #f748be

RGB 24772190
HSL0.890.920.63
HSV320°71°97°
CMYK 0.000.710.23   0.03
XYZ49.969428.126651.5105
Yxy28.12660.38550.2170
Hunter Lab53.034575.3732-20.4621
CIE-Lab60.002975.9461-24.7991

#f748be color RGB value is (247,72,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001000 10111110
Octal 367 110 276
Decimal 247 72 190
Hex F7 48 BE

RGB Percentages of Color #f748be

%48.53
%14.15
%37.33

CMYK Percentages of Color #f748be

%0
%71
%23
%3

Triadic Colors of #f748be

#f748be #bef748 #48bef7

Analogous Colors of #f748be

#f748be #f74867 #d948f7

Monochromatic Colors of #f748be

#f748be

Complementary Color

#f748be #48f781

#f748be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f748be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f748be Color CSS Codes

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

#f748be Text Font Color

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

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


#f748be Background Color

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

This div background color is #f748be


#f748be Border Color

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

This div border color is #f748be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f748be


Comments

No comments written yet.

Please login to write comment.