Color Hex Logo

#f740be Color Hex

#F740BE
(247,64,190)
0 Favorites   0 Comments

Color spaces of #f740be

RGB 24764190
HSL0.890.920.61
HSV319°74°97°
CMYK 0.000.740.23   0.03
XYZ49.485427.158751.3492
Yxy27.15870.38660.2122
Hunter Lab52.114078.2970-21.9401
CIE-Lab59.120978.4407-26.1570

#f740be color RGB value is (247,64,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000000 10111110
Octal 367 100 276
Decimal 247 64 190
Hex F7 40 BE

RGB Percentages of Color #f740be

%49.30
%12.77
%37.92

CMYK Percentages of Color #f740be

%0
%74
%23
%3

Triadic Colors of #f740be

#f740be #bef740 #40bef7

Analogous Colors of #f740be

#f740be #f74063 #d540f7

Monochromatic Colors of #f740be

#f740be

Complementary Color

#f740be #40f779

#f740be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f740be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f740be Color CSS Codes

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

#f740be Text Font Color

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

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


#f740be Background Color

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

This div background color is #f740be


#f740be Border Color

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

This div border color is #f740be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f740be


Comments

No comments written yet.

Please login to write comment.