Color Hex Logo

#f853bd Color Hex

#F853BD
(248,83,189)
0 Favorites   0 Comments

Color spaces of #f853bd

RGB 24883189
HSL0.890.920.65
HSV321°67°97°
CMYK 0.000.670.24   0.03
XYZ50.990029.817151.2119
Yxy29.81710.38620.2259
Hunter Lab54.605071.1239-17.3822
CIE-Lab61.496172.2390-21.9230

#f853bd color RGB value is (248,83,189).

#f853bd hex color red value is 248, green value is 83 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f853bd hue: 0.89 , saturation: 0.92 and the lightness value of f853bd is 0.65.

The process color (four color CMYK) of #f853bd color hex is 0.00, 0.67, 0.24, 0.03. Web safe color of #f853bd is #ff66cc. Color #f853bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010011 10111101
Octal 370 123 275
Decimal 248 83 189
Hex F8 53 BD

RGB Percentages of Color #f853bd

%47.69
%15.96
%36.35

CMYK Percentages of Color #f853bd

%0
%67
%24
%3

Triadic Colors of #f853bd

#f853bd #bdf853 #53bdf8

Analogous Colors of #f853bd

#f853bd #f8536b #e153f8

Monochromatic Colors of #f853bd

#f853bd

Complementary Color

#f853bd #53f88e

#f853bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f853bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f853bd Color CSS Codes

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

#f853bd Text Font Color

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

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


#f853bd Background Color

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

This div background color is #f853bd


#f853bd Border Color

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

This div border color is #f853bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f853bd


Comments

No comments written yet.

Please login to write comment.