Color Hex Logo

#f070bd Color Hex

#F070BD
(240,112,189)
0 Favorites   0 Comments

Color spaces of #f070bd

RGB 240112189
HSL0.900.810.69
HSV324°53°94°
CMYK 0.000.530.21   0.06
XYZ50.914733.787751.9823
Yxy33.78770.37250.2472
Hunter Lab58.127254.6289-12.3332
CIE-Lab64.793757.8250-17.0135

#f070bd color RGB value is (240,112,189).

#f070bd hex color red value is 240, green value is 112 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f070bd hue: 0.90 , saturation: 0.81 and the lightness value of f070bd is 0.69.

The process color (four color CMYK) of #f070bd color hex is 0.00, 0.53, 0.21, 0.06. Web safe color of #f070bd is #ff66cc. Color #f070bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110000 10111101
Octal 360 160 275
Decimal 240 112 189
Hex F0 70 BD

RGB Percentages of Color #f070bd

%44.36
%20.70
%34.94

CMYK Percentages of Color #f070bd

%0
%53
%21
%6

Triadic Colors of #f070bd

#f070bd #bdf070 #70bdf0

Analogous Colors of #f070bd

#f070bd #f0707d #e370f0

Monochromatic Colors of #f070bd

#f070bd

Complementary Color

#f070bd #70f0a3

#f070bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f070bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f070bd Color CSS Codes

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

#f070bd Text Font Color

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

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


#f070bd Background Color

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

This div background color is #f070bd


#f070bd Border Color

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

This div border color is #f070bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f070bd


Comments

No comments written yet.

Please login to write comment.