Color Hex Logo

#fd125a Color Hex

#FD125A
(253,18,90)
0 Favorites   0 Comments

Color spaces of #fd125a

RGB 2531890
HSL0.950.980.53
HSV342°93°99°
CMYK 0.000.930.64   0.01
XYZ42.569822.053411.6859
Yxy22.05340.55790.2890
Hunter Lab46.961079.626918.1189
CIE-Lab54.083680.468025.7885

#fd125a color RGB value is (253,18,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010010 01011010
Octal 375 22 132
Decimal 253 18 90
Hex FD 12 5A

RGB Percentages of Color #fd125a

%70.08
%4.99
%24.93

CMYK Percentages of Color #fd125a

%0
%93
%64
%1

Triadic Colors of #fd125a

#fd125a #5afd12 #125afd

Analogous Colors of #fd125a

#fd125a #fd3f12 #fd12d0

Monochromatic Colors of #fd125a

#fd125a

Complementary Color

#fd125a #12fdb5

#fd125a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd125a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd125a Color CSS Codes

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

#fd125a Text Font Color

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

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


#fd125a Background Color

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

This div background color is #fd125a


#fd125a Border Color

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

This div border color is #fd125a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd125a


Comments

No comments written yet.

Please login to write comment.