Color Hex Logo

#fd265d Color Hex

#FD265D
(253,38,93)
0 Favorites   0 Comments

Color spaces of #fd265d

RGB 2533893
HSL0.960.980.57
HSV345°85°99°
CMYK 0.000.850.63   0.01
XYZ43.176923.059212.5311
Yxy23.05920.54820.2928
Hunter Lab48.020076.462218.1419
CIE-Lab55.133377.753625.3599

#fd265d color RGB value is (253,38,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100110 01011101
Octal 375 46 135
Decimal 253 38 93
Hex FD 26 5D

RGB Percentages of Color #fd265d

%65.89
%9.90
%24.22

CMYK Percentages of Color #fd265d

%0
%85
%63
%1

Triadic Colors of #fd265d

#fd265d #5dfd26 #265dfd

Analogous Colors of #fd265d

#fd265d #fd5b26 #fd26c9

Monochromatic Colors of #fd265d

#fd265d

Complementary Color

#fd265d #26fdc6

#fd265d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd265d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd265d Color CSS Codes

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

#fd265d Text Font Color

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

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


#fd265d Background Color

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

This div background color is #fd265d


#fd265d Border Color

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

This div border color is #fd265d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd265d


Comments

No comments written yet.

Please login to write comment.