Color Hex Logo

#fd135d Color Hex

#FD135D
(253,19,93)
0 Favorites   0 Comments

Color spaces of #fd135d

RGB 2531993
HSL0.950.980.53
HSV341°92°99°
CMYK 0.000.920.63   0.01
XYZ42.716722.138712.3777
Yxy22.13870.55310.2866
Hunter Lab47.051879.713417.3391
CIE-Lab54.173980.518524.1044

#fd135d color RGB value is (253,19,93).

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

The process color (four color CMYK) of #fd135d color hex is 0.00, 0.92, 0.63, 0.01. Web safe color of #fd135d is #ff0066. Color #fd135d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 01011101
Octal 375 23 135
Decimal 253 19 93
Hex FD 13 5D

RGB Percentages of Color #fd135d

%69.32
%5.21
%25.48

CMYK Percentages of Color #fd135d

%0
%92
%63
%1

Triadic Colors of #fd135d

#fd135d #5dfd13 #135dfd

Analogous Colors of #fd135d

#fd135d #fd3e13 #fd13d2

Monochromatic Colors of #fd135d

#fd135d

Complementary Color

#fd135d #13fdb3

#fd135d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd135d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd135d Color CSS Codes

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

#fd135d Text Font Color

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

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


#fd135d Background Color

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

This div background color is #fd135d


#fd135d Border Color

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

This div border color is #fd135d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd135d

Related Colors


Comments

No comments written yet.

Please login to write comment.