color codes Logo

#f018bd color codes

#F018BD
(240,24,189)
0 Favorites   0 Comments

Color spaces of #f018bd

RGB 24024189
HSL0.870.880.52
HSV314°90°94°
CMYK 0.000.900.21   0.06
XYZ45.447122.852750.1598
Yxy22.85270.38370.1929
Hunter Lab47.804586.0397-28.7480
CIE-Lab54.920385.2933-32.1881

#f018bd color RGB value is (240,24,189).

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

The process color (four color CMYK) of #f018bd color code is 0.00, 0.90, 0.21, 0.06. Web safe color of #f018bd is #ff00cc. Color #f018bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011000 10111101
Octal 360 30 275
Decimal 240 24 189
Hex F0 18 BD

RGB Percentages of Color #f018bd

%52.98
%5.30
%41.72

CMYK Percentages of Color #f018bd

%0
%90
%21
%6

Triadic Colors of #f018bd

#f018bd #bdf018 #18bdf0

Analogous Colors of #f018bd

#f018bd #f01851 #b718f0

Monochromatic Colors of #f018bd

#f018bd

Complementary Color

#f018bd #18f04b

#f018bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f018bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f018bd Color CSS Codes

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

#f018bd Text Font Color

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

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


#f018bd Background Color

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

This div background color is #f018bd


#f018bd Border Color

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

This div border color is #f018bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f018bd


Comments

No comments written yet.

Please login to write comment.