Color Hex Logo

#f075b9 Color Hex

#F075B9
(240,117,185)
0 Favorites   0 Comments

Color spaces of #f075b9

RGB 240117185
HSL0.910.800.70
HSV327°51°94°
CMYK 0.000.510.23   0.06
XYZ51.053434.750649.9157
Yxy34.75060.37620.2560
Hunter Lab58.949651.4283-8.9392
CIE-Lab65.554054.9162-13.6031

#f075b9 color RGB value is (240,117,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110101 10111001
Octal 360 165 271
Decimal 240 117 185
Hex F0 75 B9

RGB Percentages of Color #f075b9

%44.28
%21.59
%34.13

CMYK Percentages of Color #f075b9

%0
%51
%23
%6

Triadic Colors of #f075b9

#f075b9 #b9f075 #75b9f0

Analogous Colors of #f075b9

#f075b9 #f0757c #ea75f0

Monochromatic Colors of #f075b9

#f075b9

Complementary Color

#f075b9 #75f0ac

#f075b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f075b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f075b9 Color CSS Codes

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

#f075b9 Text Font Color

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

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


#f075b9 Background Color

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

This div background color is #f075b9


#f075b9 Border Color

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

This div border color is #f075b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f075b9


Comments

No comments written yet.

Please login to write comment.