Color Hex Logo

#fd3846 Color Hex

#FD3846
(253,56,70)
0 Favorites   0 Comments

Color spaces of #fd3846

RGB 2535670
HSL0.990.980.61
HSV356°78°99°
CMYK 0.000.780.72   0.01
XYZ43.027724.15328.1886
Yxy24.15320.57090.3205
Hunter Lab49.145970.273124.5233
CIE-Lab56.240972.536340.1330

#fd3846 color RGB value is (253,56,70).

#fd3846 hex color red value is 253, green value is 56 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #fd3846 hue: 0.99 , saturation: 0.98 and the lightness value of fd3846 is 0.61.

The process color (four color CMYK) of #fd3846 color hex is 0.00, 0.78, 0.72, 0.01. Web safe color of #fd3846 is #ff3333. Color #fd3846 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111000 01000110
Octal 375 70 106
Decimal 253 56 70
Hex FD 38 46

RGB Percentages of Color #fd3846

%66.75
%14.78
%18.47

CMYK Percentages of Color #fd3846

%0
%78
%72
%1

Triadic Colors of #fd3846

#fd3846 #46fd38 #3846fd

Analogous Colors of #fd3846

#fd3846 #fd8d38 #fd38a9

Monochromatic Colors of #fd3846

#fd3846

Complementary Color

#fd3846 #38fdef

#fd3846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3846 Color CSS Codes

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

#fd3846 Text Font Color

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

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


#fd3846 Background Color

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

This div background color is #fd3846


#fd3846 Border Color

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

This div border color is #fd3846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3846


Comments

No comments written yet.

Please login to write comment.