Color Hex Logo

#fd254c Color Hex

#FD254C
(253,37,76)
0 Favorites   0 Comments

Color spaces of #fd254c

RGB 2533776
HSL0.970.980.57
HSV349°85°99°
CMYK 0.000.850.70   0.01
XYZ42.474122.72768.9857
Yxy22.72760.57250.3064
Hunter Lab47.673575.603822.1962
CIE-Lab54.790677.133634.9777

#fd254c color RGB value is (253,37,76).

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

The process color (four color CMYK) of #fd254c color hex is 0.00, 0.85, 0.70, 0.01. Web safe color of #fd254c is #ff3333. Color #fd254c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100101 01001100
Octal 375 45 114
Decimal 253 37 76
Hex FD 25 4C

RGB Percentages of Color #fd254c

%69.13
%10.11
%20.77

CMYK Percentages of Color #fd254c

%0
%85
%70
%1

Triadic Colors of #fd254c

#fd254c #4cfd25 #254cfd

Analogous Colors of #fd254c

#fd254c #fd6a25 #fd25b8

Monochromatic Colors of #fd254c

#fd254c

Complementary Color

#fd254c #25fdd6

#fd254c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd254c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd254c Color CSS Codes

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

#fd254c Text Font Color

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

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


#fd254c Background Color

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

This div background color is #fd254c


#fd254c Border Color

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

This div border color is #fd254c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd254c


Comments

No comments written yet.

Please login to write comment.