Color Hex Logo

#ff3d5c Color Hex

#FF3D5C
(255,61,92)
0 Favorites   0 Comments

Color spaces of #ff3d5c

RGB 2556192
HSL0.971.000.62
HSV350°76°100°
CMYK 0.000.760.64   0.00
XYZ44.840525.370212.6588
Yxy25.37020.54110.3061
Hunter Lab50.368870.762920.3573
CIE-Lab57.434472.709528.9980

#ff3d5c color RGB value is (255,61,92).

#ff3d5c hex color red value is 255, green value is 61 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ff3d5c hue: 0.97 , saturation: 1.00 and the lightness value of ff3d5c is 0.62.

The process color (four color CMYK) of #ff3d5c color hex is 0.00, 0.76, 0.64, 0.00. Web safe color of #ff3d5c is #ff3366. Color #ff3d5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111101 01011100
Octal 377 75 134
Decimal 255 61 92
Hex FF 3D 5C

RGB Percentages of Color #ff3d5c

%62.50
%14.95
%22.55

CMYK Percentages of Color #ff3d5c

%0
%76
%64
%0

Triadic Colors of #ff3d5c

#ff3d5c #5cff3d #3d5cff

Analogous Colors of #ff3d5c

#ff3d5c #ff7f3d #ff3dbd

Monochromatic Colors of #ff3d5c

#ff3d5c

Complementary Color

#ff3d5c #3dffe0

#ff3d5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff3d5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff3d5c Color CSS Codes

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

#ff3d5c Text Font Color

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

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


#ff3d5c Background Color

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

This div background color is #ff3d5c


#ff3d5c Border Color

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

This div border color is #ff3d5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,61,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff3d5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff3d5c;
  -webkit-box-shadow: 1px 1px 3px 2px #ff3d5c;
  box-shadow:         1px 1px 3px 2px #ff3d5c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,61,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff3d5c

Related Colors


Comments

No comments written yet.

Please login to write comment.