Color Hex Logo

#f84bce Color Hex

#F84BCE
(248,75,206)
0 Favorites   0 Comments

Color spaces of #f84bce

RGB 24875206
HSL0.870.930.63
HSV315°70°97°
CMYK 0.000.700.17   0.03
XYZ52.368129.444861.3158
Yxy29.44480.36590.2057
Hunter Lab54.263177.3061-29.0120
CIE-Lab61.172277.2627-32.1029

#f84bce color RGB value is (248,75,206).

#f84bce hex color red value is 248, green value is 75 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f84bce hue: 0.87 , saturation: 0.93 and the lightness value of f84bce is 0.63.

The process color (four color CMYK) of #f84bce color hex is 0.00, 0.70, 0.17, 0.03. Web safe color of #f84bce is #ff33cc. Color #f84bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001011 11001110
Octal 370 113 316
Decimal 248 75 206
Hex F8 4B CE

RGB Percentages of Color #f84bce

%46.88
%14.18
%38.94

CMYK Percentages of Color #f84bce

%0
%70
%17
%3

Triadic Colors of #f84bce

#f84bce #cef84b #4bcef8

Analogous Colors of #f84bce

#f84bce #f84b78 #cc4bf8

Monochromatic Colors of #f84bce

#f84bce

Complementary Color

#f84bce #4bf875

#f84bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84bce Color CSS Codes

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

#f84bce Text Font Color

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

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


#f84bce Background Color

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

This div background color is #f84bce


#f84bce Border Color

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

This div border color is #f84bce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,75,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84bce


Comments

No comments written yet.

Please login to write comment.