Color Hex Logo

#f948da Color Hex

#F948DA
(249,72,218)
0 Favorites   0 Comments

Color spaces of #f948da

RGB 24972218
HSL0.860.940.63
HSV311°71°98°
CMYK 0.000.710.12   0.02
XYZ54.039229.836469.2405
Yxy29.83640.35290.1949
Hunter Lab54.622781.0034-36.9209
CIE-Lab61.512880.1090-38.3447

#f948da color RGB value is (249,72,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001000 11011010
Octal 371 110 332
Decimal 249 72 218
Hex F9 48 DA

RGB Percentages of Color #f948da

%46.20
%13.36
%40.45

CMYK Percentages of Color #f948da

%0
%71
%12
%2

Triadic Colors of #f948da

#f948da #daf948 #48daf9

Analogous Colors of #f948da

#f948da #f94882 #c048f9

Monochromatic Colors of #f948da

#f948da

Complementary Color

#f948da #48f967

#f948da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f948da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f948da Color CSS Codes

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

#f948da Text Font Color

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

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


#f948da Background Color

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

This div background color is #f948da


#f948da Border Color

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

This div border color is #f948da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f948da


Comments

No comments written yet.

Please login to write comment.