Color Hex Logo

#f075bf Color Hex

#F075BF
(240,117,191)
0 Favorites   0 Comments

Color spaces of #f075bf

RGB 240117191
HSL0.900.800.70
HSV324°51°94°
CMYK 0.000.510.20   0.06
XYZ51.700435.009453.3228
Yxy35.00940.36920.2500
Hunter Lab59.168752.4242-12.0140
CIE-Lab65.756055.7554-16.6867

#f075bf color RGB value is (240,117,191).

#f075bf hex color red value is 240, green value is 117 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f075bf hue: 0.90 , saturation: 0.80 and the lightness value of f075bf is 0.70.

The process color (four color CMYK) of #f075bf color hex is 0.00, 0.51, 0.20, 0.06. Web safe color of #f075bf is #ff66cc. Color #f075bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110101 10111111
Octal 360 165 277
Decimal 240 117 191
Hex F0 75 BF

RGB Percentages of Color #f075bf

%43.80
%21.35
%34.85

CMYK Percentages of Color #f075bf

%0
%51
%20
%6

Triadic Colors of #f075bf

#f075bf #bff075 #75bff0

Analogous Colors of #f075bf

#f075bf #f07582 #e475f0

Monochromatic Colors of #f075bf

#f075bf

Complementary Color

#f075bf #75f0a6

#f075bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f075bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f075bf Color CSS Codes

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

#f075bf Text Font Color

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

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


#f075bf Background Color

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

This div background color is #f075bf


#f075bf Border Color

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

This div border color is #f075bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,117,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f075bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f075bf;
  -webkit-box-shadow: 1px 1px 3px 2px #f075bf;
  box-shadow:         1px 1px 3px 2px #f075bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f075bf


Comments

No comments written yet.

Please login to write comment.