Color Hex Logo

#f940e5 Color Hex

#F940E5
(249,64,229)
0 Favorites   0 Comments

Color spaces of #f940e5

RGB 24964229
HSL0.850.940.61
HSV306°74°98°
CMYK 0.000.740.08   0.02
XYZ55.043229.463776.9147
Yxy29.46370.34100.1825
Hunter Lab54.280586.0174-46.0168
CIE-Lab61.188784.0556-45.0362

#f940e5 color RGB value is (249,64,229).

#f940e5 hex color red value is 249, green value is 64 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #f940e5 hue: 0.85 , saturation: 0.94 and the lightness value of f940e5 is 0.61.

The process color (four color CMYK) of #f940e5 color hex is 0.00, 0.74, 0.08, 0.02. Web safe color of #f940e5 is #ff33cc. Color #f940e5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000000 11100101
Octal 371 100 345
Decimal 249 64 229
Hex F9 40 E5

RGB Percentages of Color #f940e5

%45.94
%11.81
%42.25

CMYK Percentages of Color #f940e5

%0
%74
%8
%2

Triadic Colors of #f940e5

#f940e5 #e5f940 #40e5f9

Analogous Colors of #f940e5

#f940e5 #f94089 #b140f9

Monochromatic Colors of #f940e5

#f940e5

Complementary Color

#f940e5 #40f954

#f940e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f940e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f940e5 Color CSS Codes

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

#f940e5 Text Font Color

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

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


#f940e5 Background Color

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

This div background color is #f940e5


#f940e5 Border Color

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

This div border color is #f940e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f940e5


Comments

No comments written yet.

Please login to write comment.