Color Hex Logo

#f7029e Color Hex

#F7029E
(247,2,158)
0 Favorites   0 Comments

Color spaces of #f7029e

RGB 2472158
HSL0.890.980.49
HSV322°99°97°
CMYK 0.000.990.36   0.03
XYZ44.551022.286234.3013
Yxy22.28620.44050.2204
Hunter Lab47.208385.8381-10.0341
CIE-Lab54.329485.2536-14.8285

#f7029e color RGB value is (247,2,158).

#f7029e hex color red value is 247, green value is 2 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f7029e hue: 0.89 , saturation: 0.98 and the lightness value of f7029e is 0.49.

The process color (four color CMYK) of #f7029e color hex is 0.00, 0.99, 0.36, 0.03. Web safe color of #f7029e is #ff0099. Color #f7029e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000010 10011110
Octal 367 2 236
Decimal 247 2 158
Hex F7 2 9E

RGB Percentages of Color #f7029e

%60.69
%0.49
%38.82

CMYK Percentages of Color #f7029e

%0
%99
%36
%3

Triadic Colors of #f7029e

#f7029e #9ef702 #029ef7

Analogous Colors of #f7029e

#f7029e #f70224 #d602f7

Monochromatic Colors of #f7029e

#f7029e

Complementary Color

#f7029e #02f75b

#f7029e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7029e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7029e Color CSS Codes

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

#f7029e Text Font Color

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

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


#f7029e Background Color

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

This div background color is #f7029e


#f7029e Border Color

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

This div border color is #f7029e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7029e


Comments

No comments written yet.

Please login to write comment.