Color Hex Logo

#f928b2 Color Hex

#F928B2
(249,40,178)
0 Favorites   0 Comments

Color spaces of #f928b2

RGB 24940178
HSL0.890.950.57
HSV320°84°98°
CMYK 0.000.840.29   0.02
XYZ47.861624.871744.3976
Yxy24.87170.40860.2123
Hunter Lab49.871584.0309-17.8722
CIE-Lab56.950283.3486-22.5313

#f928b2 color RGB value is (249,40,178).

#f928b2 hex color red value is 249, green value is 40 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #f928b2 hue: 0.89 , saturation: 0.95 and the lightness value of f928b2 is 0.57.

The process color (four color CMYK) of #f928b2 color hex is 0.00, 0.84, 0.29, 0.02. Web safe color of #f928b2 is #ff3399. Color #f928b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101000 10110010
Octal 371 50 262
Decimal 249 40 178
Hex F9 28 B2

RGB Percentages of Color #f928b2

%53.32
%8.57
%38.12

CMYK Percentages of Color #f928b2

%0
%84
%29
%2

Triadic Colors of #f928b2

#f928b2 #b2f928 #28b2f9

Analogous Colors of #f928b2

#f928b2 #f9284a #d828f9

Monochromatic Colors of #f928b2

#f928b2

Complementary Color

#f928b2 #28f96f

#f928b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f928b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f928b2 Color CSS Codes

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

#f928b2 Text Font Color

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

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


#f928b2 Background Color

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

This div background color is #f928b2


#f928b2 Border Color

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

This div border color is #f928b2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,40,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f928b2


Comments

No comments written yet.

Please login to write comment.