Color Hex Logo

#fd276c Color Hex

#FD276C
(253,39,108)
0 Favorites   0 Comments

Color spaces of #fd276c

RGB 25339108
HSL0.950.980.57
HSV341°85°99°
CMYK 0.000.850.57   0.01
XYZ43.940323.416416.3913
Yxy23.41640.52470.2796
Hunter Lab48.390577.401013.7901
CIE-Lab55.498778.430616.8803

#fd276c color RGB value is (253,39,108).

#fd276c hex color red value is 253, green value is 39 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fd276c hue: 0.95 , saturation: 0.98 and the lightness value of fd276c is 0.57.

The process color (four color CMYK) of #fd276c color hex is 0.00, 0.85, 0.57, 0.01. Web safe color of #fd276c is #ff3366. Color #fd276c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100111 01101100
Octal 375 47 154
Decimal 253 39 108
Hex FD 27 6C

RGB Percentages of Color #fd276c

%63.25
%9.75
%27.00

CMYK Percentages of Color #fd276c

%0
%85
%57
%1

Triadic Colors of #fd276c

#fd276c #6cfd27 #276cfd

Analogous Colors of #fd276c

#fd276c #fd4d27 #fd27d7

Monochromatic Colors of #fd276c

#fd276c

Complementary Color

#fd276c #27fdb8

#fd276c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd276c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd276c Color CSS Codes

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

#fd276c Text Font Color

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

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


#fd276c Background Color

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

This div background color is #fd276c


#fd276c Border Color

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

This div border color is #fd276c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd276c


Comments

No comments written yet.

Please login to write comment.