Color Hex Logo

#f47bfd Color Hex

#F47BFD
(244,123,253)
0 Favorites   0 Comments

Color spaces of #f47bfd

RGB 244123253
HSL0.820.970.74
HSV296°51°99°
CMYK 0.040.510.00   0.01
XYZ62.120840.490997.4699
Yxy40.49090.31050.2024
Hunter Lab63.632562.9027-46.2756
CIE-Lab69.817864.0091-44.7909

#f47bfd color RGB value is (244,123,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111011 11111101
Octal 364 173 375
Decimal 244 123 253
Hex F4 7B FD

RGB Percentages of Color #f47bfd

%39.35
%19.84
%40.81

CMYK Percentages of Color #f47bfd

%4
%51
%0
%1

Triadic Colors of #f47bfd

#f47bfd #fdf47b #7bfdf4

Analogous Colors of #f47bfd

#f47bfd #fd7bc5 #b37bfd

Monochromatic Colors of #f47bfd

#f47bfd

Complementary Color

#f47bfd #84fd7b

#f47bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47bfd Color CSS Codes

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

#f47bfd Text Font Color

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

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


#f47bfd Background Color

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

This div background color is #f47bfd


#f47bfd Border Color

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

This div border color is #f47bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.