color codes Logo

#fd827c color codes

#FD827C
(253,130,124)
0 Favorites   0 Comments

Color spaces of #fd827c

RGB 253130124
HSL0.010.970.74
HSV51°99°
CMYK 0.000.490.51   0.01
XYZ52.128738.303123.7145
Yxy38.30310.45670.3356
Hunter Lab61.889542.041620.6042
CIE-Lab68.243446.157724.9152

#fd827c color RGB value is (253,130,124).

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

The process color (four color CMYK) of #fd827c color code is 0.00, 0.49, 0.51, 0.01. Web safe color of #fd827c is #ff9966. Color #fd827c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000010 01111100
Octal 375 202 174
Decimal 253 130 124
Hex FD 82 7C

RGB Percentages of Color #fd827c

%49.90
%25.64
%24.46

CMYK Percentages of Color #fd827c

%0
%49
%51
%1

Triadic Colors of #fd827c

#fd827c #7cfd82 #827cfd

Analogous Colors of #fd827c

#fd827c #fdc37c #fd7cb7

Monochromatic Colors of #fd827c

#fd827c

Complementary Color

#fd827c #7cf7fd

#fd827c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd827c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd827c Color CSS Codes

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

#fd827c Text Font Color

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

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


#fd827c Background Color

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

This div background color is #fd827c


#fd827c Border Color

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

This div border color is #fd827c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd827c

Related Colors


Comments

No comments written yet.

Please login to write comment.