Color Hex Logo

#f292da Color Hex

#F292DA
(242,146,218)
0 Favorites   0 Comments

Color spaces of #f292da

RGB 242146218
HSL0.880.790.76
HSV315°40°95°
CMYK 0.000.400.10   0.05
XYZ59.551744.497071.7797
Yxy44.49700.33870.2531
Hunter Lab66.706142.6199-17.1053
CIE-Lab72.559446.1253-21.3759

#f292da color RGB value is (242,146,218).

#f292da hex color red value is 242, green value is 146 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f292da hue: 0.88 , saturation: 0.79 and the lightness value of f292da is 0.76.

The process color (four color CMYK) of #f292da color hex is 0.00, 0.40, 0.10, 0.05. Web safe color of #f292da is #ff99cc. Color #f292da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010010 11011010
Octal 362 222 332
Decimal 242 146 218
Hex F2 92 DA

RGB Percentages of Color #f292da

%39.93
%24.09
%35.97

CMYK Percentages of Color #f292da

%0
%40
%10
%5

Triadic Colors of #f292da

#f292da #daf292 #92daf2

Analogous Colors of #f292da

#f292da #f292aa #da92f2

Monochromatic Colors of #f292da

#f292da

Complementary Color

#f292da #92f2aa

#f292da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f292da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f292da Color CSS Codes

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

#f292da Text Font Color

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

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


#f292da Background Color

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

This div background color is #f292da


#f292da Border Color

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

This div border color is #f292da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f292da


Comments

No comments written yet.

Please login to write comment.