Color Hex Logo

#fd127c Color Hex

#FD127C
(253,18,124)
0 Favorites   0 Comments

Color spaces of #fd127c

RGB 25318124
HSL0.920.980.53
HSV333°93°99°
CMYK 0.000.930.51   0.01
XYZ44.362422.770521.1258
Yxy22.77050.50260.2580
Hunter Lab47.718482.43887.1542
CIE-Lab54.835282.52466.3458

#fd127c color RGB value is (253,18,124).

#fd127c hex color red value is 253, green value is 18 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fd127c hue: 0.92 , saturation: 0.98 and the lightness value of fd127c is 0.53.

The process color (four color CMYK) of #fd127c color hex is 0.00, 0.93, 0.51, 0.01. Web safe color of #fd127c is #ff0066. Color #fd127c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010010 01111100
Octal 375 22 174
Decimal 253 18 124
Hex FD 12 7C

RGB Percentages of Color #fd127c

%64.05
%4.56
%31.39

CMYK Percentages of Color #fd127c

%0
%93
%51
%1

Triadic Colors of #fd127c

#fd127c #7cfd12 #127cfd

Analogous Colors of #fd127c

#fd127c #fd1e12 #fd12f2

Monochromatic Colors of #fd127c

#fd127c

Complementary Color

#fd127c #12fd93

#fd127c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd127c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd127c Color CSS Codes

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

#fd127c Text Font Color

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

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


#fd127c Background Color

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

This div background color is #fd127c


#fd127c Border Color

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

This div border color is #fd127c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,18,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 #fd127c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd127c


Comments

No comments written yet.

Please login to write comment.