Color Hex Logo

#f84adb Color Hex

#F84ADB
(248,74,219)
0 Favorites   0 Comments

Color spaces of #f84adb

RGB 24874219
HSL0.860.930.63
HSV310°70°97°
CMYK 0.000.700.12   0.03
XYZ53.946429.968569.9590
Yxy29.96850.35060.1948
Hunter Lab54.743580.0998-37.4487
CIE-Lab61.627079.3794-38.7406

#f84adb color RGB value is (248,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001010 11011011
Octal 370 112 333
Decimal 248 74 219
Hex F8 4A DB

RGB Percentages of Color #f84adb

%45.84
%13.68
%40.48

CMYK Percentages of Color #f84adb

%0
%70
%12
%3

Triadic Colors of #f84adb

#f84adb #dbf84a #4adbf8

Analogous Colors of #f84adb

#f84adb #f84a84 #be4af8

Monochromatic Colors of #f84adb

#f84adb

Complementary Color

#f84adb #4af867

#f84adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84adb Color CSS Codes

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

#f84adb Text Font Color

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

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


#f84adb Background Color

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

This div background color is #f84adb


#f84adb Border Color

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

This div border color is #f84adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84adb


Comments

No comments written yet.

Please login to write comment.