Color Hex Logo

#f7229b Color Hex

#F7229B
(247,34,155)
0 Favorites   0 Comments

Color spaces of #f7229b

RGB 24734155
HSL0.910.930.55
HSV326°86°97°
CMYK 0.000.860.37   0.03
XYZ44.846223.284833.1411
Yxy23.28480.44280.2299
Hunter Lab48.254381.4478-6.9424
CIE-Lab55.364581.6478-11.4918

#f7229b color RGB value is (247,34,155).

#f7229b hex color red value is 247, green value is 34 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f7229b hue: 0.91 , saturation: 0.93 and the lightness value of f7229b is 0.55.

The process color (four color CMYK) of #f7229b color hex is 0.00, 0.86, 0.37, 0.03. Web safe color of #f7229b is #ff3399. Color #f7229b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100010 10011011
Octal 367 42 233
Decimal 247 34 155
Hex F7 22 9B

RGB Percentages of Color #f7229b

%56.65
%7.80
%35.55

CMYK Percentages of Color #f7229b

%0
%86
%37
%3

Triadic Colors of #f7229b

#f7229b #9bf722 #229bf7

Analogous Colors of #f7229b

#f7229b #f72230 #e922f7

Monochromatic Colors of #f7229b

#f7229b

Complementary Color

#f7229b #22f77e

#f7229b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7229b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7229b Color CSS Codes

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

#f7229b Text Font Color

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

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


#f7229b Background Color

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

This div background color is #f7229b


#f7229b Border Color

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

This div border color is #f7229b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7229b


Comments

No comments written yet.

Please login to write comment.