Color Hex Logo

#f84cbe Color Hex

#F84CBE
(248,76,190)
0 Favorites   0 Comments

Color spaces of #f84cbe

RGB 24876190
HSL0.890.920.64
HSV320°69°97°
CMYK 0.000.690.23   0.03
XYZ50.590128.843051.6161
Yxy28.84300.38600.2201
Hunter Lab53.705774.1599-19.3892
CIE-Lab60.642874.8520-23.8023

#f84cbe color RGB value is (248,76,190).

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

The process color (four color CMYK) of #f84cbe color hex is 0.00, 0.69, 0.23, 0.03. Web safe color of #f84cbe is #ff33cc. Color #f84cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001100 10111110
Octal 370 114 276
Decimal 248 76 190
Hex F8 4C BE

RGB Percentages of Color #f84cbe

%48.25
%14.79
%36.96

CMYK Percentages of Color #f84cbe

%0
%69
%23
%3

Triadic Colors of #f84cbe

#f84cbe #bef84c #4cbef8

Analogous Colors of #f84cbe

#f84cbe #f84c68 #dc4cf8

Monochromatic Colors of #f84cbe

#f84cbe

Complementary Color

#f84cbe #4cf886

#f84cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84cbe Color CSS Codes

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

#f84cbe Text Font Color

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

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


#f84cbe Background Color

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

This div background color is #f84cbe


#f84cbe Border Color

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

This div border color is #f84cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84cbe


Comments

No comments written yet.

Please login to write comment.