Color Hex Logo

#f042bd Color Hex

#F042BD
(240,66,189)
0 Favorites   0 Comments

Color spaces of #f042bd

RGB 24066189
HSL0.880.850.60
HSV318°73°94°
CMYK 0.000.730.21   0.06
XYZ47.068726.095850.7003
Yxy26.09580.38000.2107
Hunter Lab51.084075.0723-23.0858
CIE-Lab58.127976.0636-27.2106

#f042bd color RGB value is (240,66,189).

#f042bd hex color red value is 240, green value is 66 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f042bd hue: 0.88 , saturation: 0.85 and the lightness value of f042bd is 0.60.

The process color (four color CMYK) of #f042bd color hex is 0.00, 0.73, 0.21, 0.06. Web safe color of #f042bd is #ff33cc. Color #f042bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000010 10111101
Octal 360 102 275
Decimal 240 66 189
Hex F0 42 BD

RGB Percentages of Color #f042bd

%48.48
%13.33
%38.18

CMYK Percentages of Color #f042bd

%0
%73
%21
%6

Triadic Colors of #f042bd

#f042bd #bdf042 #42bdf0

Analogous Colors of #f042bd

#f042bd #f04266 #cc42f0

Monochromatic Colors of #f042bd

#f042bd

Complementary Color

#f042bd #42f075

#f042bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f042bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f042bd Color CSS Codes

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

#f042bd Text Font Color

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

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


#f042bd Background Color

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

This div background color is #f042bd


#f042bd Border Color

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

This div border color is #f042bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f042bd


Comments

No comments written yet.

Please login to write comment.