Color Hex Logo

#f928ba Color Hex

#F928BA
(249,40,186)
0 Favorites   0 Comments

Color spaces of #f928ba

RGB 24940186
HSL0.880.950.57
HSV318°84°98°
CMYK 0.000.840.25   0.02
XYZ48.688625.202548.7528
Yxy25.20250.39700.2055
Hunter Lab50.202185.2649-22.4369
CIE-Lab57.272284.2388-26.6751

#f928ba color RGB value is (249,40,186).

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

The process color (four color CMYK) of #f928ba color hex is 0.00, 0.84, 0.25, 0.02. Web safe color of #f928ba is #ff33cc. Color #f928ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101000 10111010
Octal 371 50 272
Decimal 249 40 186
Hex F9 28 BA

RGB Percentages of Color #f928ba

%52.42
%8.42
%39.16

CMYK Percentages of Color #f928ba

%0
%84
%25
%2

Triadic Colors of #f928ba

#f928ba #baf928 #28baf9

Analogous Colors of #f928ba

#f928ba #f92851 #d028f9

Monochromatic Colors of #f928ba

#f928ba

Complementary Color

#f928ba #28f967

#f928ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f928ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f928ba Color CSS Codes

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

#f928ba Text Font Color

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

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


#f928ba Background Color

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

This div background color is #f928ba


#f928ba Border Color

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

This div border color is #f928ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f928ba


Comments

No comments written yet.

Please login to write comment.