Color Hex Logo

#f477d5 Color Hex

#F477D5
(244,119,213)
0 Favorites   0 Comments

Color spaces of #f477d5

RGB 244119213
HSL0.870.850.71
HSV315°51°96°
CMYK 0.000.510.13   0.04
XYZ55.915337.230867.1900
Yxy37.23080.34870.2322
Hunter Lab61.017056.7955-22.5763
CIE-Lab67.449859.2575-26.3936

#f477d5 color RGB value is (244,119,213).

#f477d5 hex color red value is 244, green value is 119 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #f477d5 hue: 0.87 , saturation: 0.85 and the lightness value of f477d5 is 0.71.

The process color (four color CMYK) of #f477d5 color hex is 0.00, 0.51, 0.13, 0.04. Web safe color of #f477d5 is #ff66cc. Color #f477d5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110111 11010101
Octal 364 167 325
Decimal 244 119 213
Hex F4 77 D5

RGB Percentages of Color #f477d5

%42.36
%20.66
%36.98

CMYK Percentages of Color #f477d5

%0
%51
%13
%4

Triadic Colors of #f477d5

#f477d5 #d5f477 #77d5f4

Analogous Colors of #f477d5

#f477d5 #f47797 #d577f4

Monochromatic Colors of #f477d5

#f477d5

Complementary Color

#f477d5 #77f496

#f477d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f477d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f477d5 Color CSS Codes

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

#f477d5 Text Font Color

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

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


#f477d5 Background Color

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

This div background color is #f477d5


#f477d5 Border Color

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

This div border color is #f477d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f477d5


Comments

No comments written yet.

Please login to write comment.