Color Hex Logo

#f73068 Color Hex

#F73068
(247,48,104)
0 Favorites   0 Comments

Color spaces of #f73068

RGB 24748104
HSL0.950.930.58
HSV343°81°97°
CMYK 0.000.810.58   0.03
XYZ41.913422.887515.3054
Yxy22.88750.52320.2857
Hunter Lab47.840972.662314.5204
CIE-Lab54.956374.730118.3484

#f73068 color RGB value is (247,48,104).

#f73068 hex color red value is 247, green value is 48 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #f73068 hue: 0.95 , saturation: 0.93 and the lightness value of f73068 is 0.58.

The process color (four color CMYK) of #f73068 color hex is 0.00, 0.81, 0.58, 0.03. Web safe color of #f73068 is #ff3366. Color #f73068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110000 01101000
Octal 367 60 150
Decimal 247 48 104
Hex F7 30 68

RGB Percentages of Color #f73068

%61.90
%12.03
%26.07

CMYK Percentages of Color #f73068

%0
%81
%58
%3

Triadic Colors of #f73068

#f73068 #68f730 #3068f7

Analogous Colors of #f73068

#f73068 #f75c30 #f730cc

Monochromatic Colors of #f73068

#f73068

Complementary Color

#f73068 #30f7bf

#f73068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73068 Color CSS Codes

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

#f73068 Text Font Color

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

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


#f73068 Background Color

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

This div background color is #f73068


#f73068 Border Color

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

This div border color is #f73068


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,48,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 #f73068">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73068


Comments

No comments written yet.

Please login to write comment.