Color Hex Logo

#f050d4 Color Hex

#F050D4
(240,80,212)
0 Favorites   0 Comments

Color spaces of #f050d4

RGB 24080212
HSL0.860.840.63
HSV311°67°94°
CMYK 0.000.670.12   0.06
XYZ50.687529.016165.2165
Yxy29.01610.34980.2002
Hunter Lab53.866673.6988-34.0760
CIE-Lab60.795874.4523-36.1823

#f050d4 color RGB value is (240,80,212).

#f050d4 hex color red value is 240, green value is 80 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #f050d4 hue: 0.86 , saturation: 0.84 and the lightness value of f050d4 is 0.63.

The process color (four color CMYK) of #f050d4 color hex is 0.00, 0.67, 0.12, 0.06. Web safe color of #f050d4 is #ff66cc. Color #f050d4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010000 11010100
Octal 360 120 324
Decimal 240 80 212
Hex F0 50 D4

RGB Percentages of Color #f050d4

%45.11
%15.04
%39.85

CMYK Percentages of Color #f050d4

%0
%67
%12
%6

Triadic Colors of #f050d4

#f050d4 #d4f050 #50d4f0

Analogous Colors of #f050d4

#f050d4 #f05084 #bc50f0

Monochromatic Colors of #f050d4

#f050d4

Complementary Color

#f050d4 #50f06c

#f050d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f050d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f050d4 Color CSS Codes

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

#f050d4 Text Font Color

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

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


#f050d4 Background Color

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

This div background color is #f050d4


#f050d4 Border Color

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

This div border color is #f050d4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,80,212, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f050d4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f050d4;
  -webkit-box-shadow: 1px 1px 3px 2px #f050d4;
  box-shadow:         1px 1px 3px 2px #f050d4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,80,212, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f050d4


Comments

No comments written yet.

Please login to write comment.