Color Hex Logo

#f7025b Color Hex

#F7025B
(247,2,91)
0 Favorites   0 Comments

Color spaces of #f7025b

RGB 247291
HSL0.940.980.49
HSV338°99°97°
CMYK 0.000.990.63   0.03
XYZ40.267820.572911.7461
Yxy20.57290.55480.2834
Hunter Lab45.357479.095116.3959
CIE-Lab52.478980.361222.8588

#f7025b color RGB value is (247,2,91).

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

The process color (four color CMYK) of #f7025b color hex is 0.00, 0.99, 0.63, 0.03. Web safe color of #f7025b is #ff0066. Color #f7025b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000010 01011011
Octal 367 2 133
Decimal 247 2 91
Hex F7 2 5B

RGB Percentages of Color #f7025b

%72.65
%0.59
%26.76

CMYK Percentages of Color #f7025b

%0
%99
%63
%3

Triadic Colors of #f7025b

#f7025b #5bf702 #025bf7

Analogous Colors of #f7025b

#f7025b #f72402 #f702d6

Monochromatic Colors of #f7025b

#f7025b

Complementary Color

#f7025b #02f79e

#f7025b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7025b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7025b Color CSS Codes

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

#f7025b Text Font Color

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

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


#f7025b Background Color

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

This div background color is #f7025b


#f7025b Border Color

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

This div border color is #f7025b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7025b


Comments

No comments written yet.

Please login to write comment.