Color Hex Logo

#f47bff Color Hex

#F47BFF
(244,123,255)
0 Favorites   0 Comments

Color spaces of #f47bff

RGB 244123255
HSL0.821.000.74
HSV295°52°100°
CMYK 0.040.520.00   0.00
XYZ62.441240.619099.1570
Yxy40.61900.30880.2009
Hunter Lab63.733063.3491-47.6313
CIE-Lab69.908264.3642-45.7408

#f47bff color RGB value is (244,123,255).

#f47bff hex color red value is 244, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f47bff hue: 0.82 , saturation: 1.00 and the lightness value of f47bff is 0.74.

The process color (four color CMYK) of #f47bff color hex is 0.04, 0.52, 0.00, 0.00. Web safe color of #f47bff is #ff66ff. Color #f47bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111011 11111111
Octal 364 173 377
Decimal 244 123 255
Hex F4 7B FF

RGB Percentages of Color #f47bff

%39.23
%19.77
%41.00

CMYK Percentages of Color #f47bff

%4
%52
%0
%0

Triadic Colors of #f47bff

#f47bff #fff47b #7bfff4

Analogous Colors of #f47bff

#f47bff #ff7bc8 #b27bff

Monochromatic Colors of #f47bff

#f47bff

Complementary Color

#f47bff #86ff7b

#f47bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47bff Color CSS Codes

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

#f47bff Text Font Color

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

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


#f47bff Background Color

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

This div background color is #f47bff


#f47bff Border Color

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

This div border color is #f47bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,123,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f47bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f47bff;
  -webkit-box-shadow: 1px 1px 3px 2px #f47bff;
  box-shadow:         1px 1px 3px 2px #f47bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,123,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47bff

Related Colors


Comments

No comments written yet.

Please login to write comment.