Color Hex Logo

#fd468c Color Hex

#FD468C
(253,70,140)
0 Favorites   0 Comments

Color spaces of #fd468c

RGB 25370140
HSL0.940.980.63
HSV337°72°99°
CMYK 0.000.720.45   0.01
XYZ47.431827.156427.5527
Yxy27.15640.46440.2659
Hunter Lab52.111871.27385.1303
CIE-Lab59.118872.80693.0130

#fd468c color RGB value is (253,70,140).

#fd468c hex color red value is 253, green value is 70 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fd468c hue: 0.94 , saturation: 0.98 and the lightness value of fd468c is 0.63.

The process color (four color CMYK) of #fd468c color hex is 0.00, 0.72, 0.45, 0.01. Web safe color of #fd468c is #ff3399. Color #fd468c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000110 10001100
Octal 375 106 214
Decimal 253 70 140
Hex FD 46 8C

RGB Percentages of Color #fd468c

%54.64
%15.12
%30.24

CMYK Percentages of Color #fd468c

%0
%72
%45
%1

Triadic Colors of #fd468c

#fd468c #8cfd46 #468cfd

Analogous Colors of #fd468c

#fd468c #fd5c46 #fd46e8

Monochromatic Colors of #fd468c

#fd468c

Complementary Color

#fd468c #46fdb7

#fd468c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd468c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd468c Color CSS Codes

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

#fd468c Text Font Color

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

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


#fd468c Background Color

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

This div background color is #fd468c


#fd468c Border Color

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

This div border color is #fd468c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd468c

Related Colors


Comments

No comments written yet.

Please login to write comment.