Color Hex Logo

#fd6965 Color Hex

#FD6965
(253,105,101)
0 Favorites   0 Comments

Color spaces of #fd6965

RGB 253105101
HSL0.000.970.69
HSV60°99°
CMYK 0.000.580.60   0.01
XYZ47.908631.925415.9491
Yxy31.92540.50020.3333
Hunter Lab56.502652.470922.8159
CIE-Lab63.281256.190131.2638

#fd6965 color RGB value is (253,105,101).

#fd6965 hex color red value is 253, green value is 105 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fd6965 hue: 0.00 , saturation: 0.97 and the lightness value of fd6965 is 0.69.

The process color (four color CMYK) of #fd6965 color hex is 0.00, 0.58, 0.60, 0.01. Web safe color of #fd6965 is #ff6666. Color #fd6965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101001 01100101
Octal 375 151 145
Decimal 253 105 101
Hex FD 69 65

RGB Percentages of Color #fd6965

%55.12
%22.88
%22.00

CMYK Percentages of Color #fd6965

%0
%58
%60
%1

Triadic Colors of #fd6965

#fd6965 #65fd69 #6965fd

Analogous Colors of #fd6965

#fd6965 #fdb565 #fd65ad

Monochromatic Colors of #fd6965

#fd6965

Complementary Color

#fd6965 #65f9fd

#fd6965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6965 Color CSS Codes

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

#fd6965 Text Font Color

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

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


#fd6965 Background Color

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

This div background color is #fd6965


#fd6965 Border Color

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

This div border color is #fd6965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6965


Comments

No comments written yet.

Please login to write comment.