Color Hex Logo

#f20568 Color Hex

#F20568
(242,5,104)
0 Favorites   0 Comments

Color spaces of #f20568

RGB 2425104
HSL0.930.960.48
HSV335°98°95°
CMYK 0.000.980.57   0.05
XYZ39.170919.985314.8897
Yxy19.98530.52900.2699
Hunter Lab44.704978.169911.5459
CIE-Lab51.820679.757413.8922

#f20568 color RGB value is (242,5,104).

#f20568 hex color red value is 242, green value is 5 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #f20568 hue: 0.93 , saturation: 0.96 and the lightness value of f20568 is 0.48.

The process color (four color CMYK) of #f20568 color hex is 0.00, 0.98, 0.57, 0.05. Web safe color of #f20568 is #ff0066. Color #f20568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00000101 01101000
Octal 362 5 150
Decimal 242 5 104
Hex F2 5 68

RGB Percentages of Color #f20568

%68.95
%1.42
%29.63

CMYK Percentages of Color #f20568

%0
%98
%57
%5

Triadic Colors of #f20568

#f20568 #68f205 #0568f2

Analogous Colors of #f20568

#f20568 #f21905 #f205df

Monochromatic Colors of #f20568

#f20568

Complementary Color

#f20568 #05f28f

#f20568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20568 Color CSS Codes

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

#f20568 Text Font Color

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

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


#f20568 Background Color

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

This div background color is #f20568


#f20568 Border Color

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

This div border color is #f20568


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,5,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f20568; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f20568;
  -webkit-box-shadow: 1px 1px 3px 2px #f20568;
  box-shadow:         1px 1px 3px 2px #f20568; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,5,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20568


Comments

No comments written yet.

Please login to write comment.