Color Hex Logo

#f73bbe Color Hex

#F73BBE
(247,59,190)
0 Favorites   0 Comments

Color spaces of #f73bbe

RGB 24759190
HSL0.880.920.60
HSV318°76°97°
CMYK 0.000.760.23   0.03
XYZ49.216026.619851.2594
Yxy26.61980.38720.2094
Hunter Lab51.594479.9814-22.7890
CIE-Lab58.620779.8654-26.9286

#f73bbe color RGB value is (247,59,190).

#f73bbe hex color red value is 247, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f73bbe hue: 0.88 , saturation: 0.92 and the lightness value of f73bbe is 0.60.

The process color (four color CMYK) of #f73bbe color hex is 0.00, 0.76, 0.23, 0.03. Web safe color of #f73bbe is #ff33cc. Color #f73bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111011 10111110
Octal 367 73 276
Decimal 247 59 190
Hex F7 3B BE

RGB Percentages of Color #f73bbe

%49.80
%11.90
%38.31

CMYK Percentages of Color #f73bbe

%0
%76
%23
%3

Triadic Colors of #f73bbe

#f73bbe #bef73b #3bbef7

Analogous Colors of #f73bbe

#f73bbe #f73b60 #d23bf7

Monochromatic Colors of #f73bbe

#f73bbe

Complementary Color

#f73bbe #3bf774

#f73bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73bbe Color CSS Codes

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

#f73bbe Text Font Color

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

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


#f73bbe Background Color

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

This div background color is #f73bbe


#f73bbe Border Color

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

This div border color is #f73bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73bbe


Comments

No comments written yet.

Please login to write comment.