Color Hex Logo

#f283bd Color Hex

#F283BD
(242,131,189)
0 Favorites   0 Comments

Color spaces of #f283bd

RGB 242131189
HSL0.910.810.73
HSV329°46°95°
CMYK 0.000.460.22   0.05
XYZ53.919638.784052.7883
Yxy38.78400.37060.2666
Hunter Lab62.276845.5619-6.6628
CIE-Lab68.594549.2786-11.2642

#f283bd color RGB value is (242,131,189).

#f283bd hex color red value is 242, green value is 131 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f283bd hue: 0.91 , saturation: 0.81 and the lightness value of f283bd is 0.73.

The process color (four color CMYK) of #f283bd color hex is 0.00, 0.46, 0.22, 0.05. Web safe color of #f283bd is #ff99cc. Color #f283bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000011 10111101
Octal 362 203 275
Decimal 242 131 189
Hex F2 83 BD

RGB Percentages of Color #f283bd

%43.06
%23.31
%33.63

CMYK Percentages of Color #f283bd

%0
%46
%22
%5

Triadic Colors of #f283bd

#f283bd #bdf283 #83bdf2

Analogous Colors of #f283bd

#f283bd #f28386 #f083f2

Monochromatic Colors of #f283bd

#f283bd

Complementary Color

#f283bd #83f2b8

#f283bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f283bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f283bd Color CSS Codes

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

#f283bd Text Font Color

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

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


#f283bd Background Color

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

This div background color is #f283bd


#f283bd Border Color

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

This div border color is #f283bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f283bd


Comments

No comments written yet.

Please login to write comment.