Color Hex Logo

#f748da Color Hex

#F748DA
(247,72,218)
0 Favorites   0 Comments

Color spaces of #f748da

RGB 24772218
HSL0.860.920.63
HSV310°71°97°
CMYK 0.000.710.12   0.03
XYZ53.330029.470869.2073
Yxy29.47080.35080.1939
Hunter Lab54.287080.3510-37.5844
CIE-Lab61.194979.6593-38.8653

#f748da color RGB value is (247,72,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001000 11011010
Octal 367 110 332
Decimal 247 72 218
Hex F7 48 DA

RGB Percentages of Color #f748da

%46.00
%13.41
%40.60

CMYK Percentages of Color #f748da

%0
%71
%12
%3

Triadic Colors of #f748da

#f748da #daf748 #48daf7

Analogous Colors of #f748da

#f748da #f74883 #bd48f7

Monochromatic Colors of #f748da

#f748da

Complementary Color

#f748da #48f765

#f748da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f748da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f748da Color CSS Codes

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

#f748da Text Font Color

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

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


#f748da Background Color

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

This div background color is #f748da


#f748da Border Color

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

This div border color is #f748da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f748da


Comments

No comments written yet.

Please login to write comment.