Color Hex Logo

#f734be Color Hex

#F734BE
(247,52,190)
0 Favorites   0 Comments

Color spaces of #f734be

RGB 24752190
HSL0.880.920.59
HSV318°79°97°
CMYK 0.000.790.23   0.03
XYZ48.880025.947851.1474
Yxy25.94780.38800.2060
Hunter Lab50.939082.1417-23.8753
CIE-Lab57.987581.6793-27.9070

#f734be color RGB value is (247,52,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110100 10111110
Octal 367 64 276
Decimal 247 52 190
Hex F7 34 BE

RGB Percentages of Color #f734be

%50.51
%10.63
%38.85

CMYK Percentages of Color #f734be

%0
%79
%23
%3

Triadic Colors of #f734be

#f734be #bef734 #34bef7

Analogous Colors of #f734be

#f734be #f7345d #cf34f7

Monochromatic Colors of #f734be

#f734be

Complementary Color

#f734be #34f76d

#f734be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f734be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f734be Color CSS Codes

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

#f734be Text Font Color

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

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


#f734be Background Color

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

This div background color is #f734be


#f734be Border Color

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

This div border color is #f734be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f734be


Comments

No comments written yet.

Please login to write comment.