Color Hex Logo

#f248dc Color Hex

#F248DC
(242,72,220)
0 Favorites   0 Comments

Color spaces of #f248dc

RGB 24272220
HSL0.850.870.62
HSV308°70°95°
CMYK 0.000.700.09   0.05
XYZ51.853628.679370.5128
Yxy28.67930.34330.1899
Hunter Lab53.553179.1176-40.5794
CIE-Lab60.497578.8239-41.1421

#f248dc color RGB value is (242,72,220).

#f248dc hex color red value is 242, green value is 72 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f248dc hue: 0.85 , saturation: 0.87 and the lightness value of f248dc is 0.62.

The process color (four color CMYK) of #f248dc color hex is 0.00, 0.70, 0.09, 0.05. Web safe color of #f248dc is #ff33cc. Color #f248dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001000 11011100
Octal 362 110 334
Decimal 242 72 220
Hex F2 48 DC

RGB Percentages of Color #f248dc

%45.32
%13.48
%41.20

CMYK Percentages of Color #f248dc

%0
%70
%9
%5

Triadic Colors of #f248dc

#f248dc #dcf248 #48dcf2

Analogous Colors of #f248dc

#f248dc #f24887 #b348f2

Monochromatic Colors of #f248dc

#f248dc

Complementary Color

#f248dc #48f25e

#f248dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f248dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f248dc Color CSS Codes

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

#f248dc Text Font Color

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

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


#f248dc Background Color

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

This div background color is #f248dc


#f248dc Border Color

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

This div border color is #f248dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f248dc


Comments

No comments written yet.

Please login to write comment.