Color Hex Logo

#f928ea Color Hex

#F928EA
(249,40,234)
0 Favorites   0 Comments

Color spaces of #f928ea

RGB 24940234
HSL0.850.950.57
HSV304°84°98°
CMYK 0.000.840.06   0.02
XYZ54.677027.597880.2870
Yxy27.59780.33630.1698
Hunter Lab52.533693.8491-53.8393
CIE-Lab59.523690.3063-50.4731

#f928ea color RGB value is (249,40,234).

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

The process color (four color CMYK) of #f928ea color hex is 0.00, 0.84, 0.06, 0.02. Web safe color of #f928ea is #ff33ff. Color #f928ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101000 11101010
Octal 371 50 352
Decimal 249 40 234
Hex F9 28 EA

RGB Percentages of Color #f928ea

%47.61
%7.65
%44.74

CMYK Percentages of Color #f928ea

%0
%84
%6
%2

Triadic Colors of #f928ea

#f928ea #eaf928 #28eaf9

Analogous Colors of #f928ea

#f928ea #f92882 #a028f9

Monochromatic Colors of #f928ea

#f928ea

Complementary Color

#f928ea #28f937

#f928ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f928ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f928ea Color CSS Codes

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

#f928ea Text Font Color

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

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


#f928ea Background Color

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

This div background color is #f928ea


#f928ea Border Color

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

This div border color is #f928ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f928ea


Comments

No comments written yet.

Please login to write comment.