Color Hex Logo

#ff935d Color Hex

#FF935D
(255,147,93)
0 Favorites   0 Comments

Color spaces of #ff935d

RGB 25514793
HSL0.061.000.68
HSV20°64°100°
CMYK 0.000.420.64   0.00
XYZ53.649542.917815.8122
Yxy42.91780.47740.3819
Hunter Lab65.511731.533631.5477
CIE-Lab71.499136.066445.7353

#ff935d color RGB value is (255,147,93).

#ff935d hex color red value is 255, green value is 147 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ff935d hue: 0.06 , saturation: 1.00 and the lightness value of ff935d is 0.68.

The process color (four color CMYK) of #ff935d color hex is 0.00, 0.42, 0.64, 0.00. Web safe color of #ff935d is #ff9966. Color #ff935d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010011 01011101
Octal 377 223 135
Decimal 255 147 93
Hex FF 93 5D

RGB Percentages of Color #ff935d

%51.52
%29.70
%18.79

CMYK Percentages of Color #ff935d

%0
%42
%64
%0

Triadic Colors of #ff935d

#ff935d #5dff93 #935dff

Analogous Colors of #ff935d

#ff935d #ffe45d #ff5d78

Monochromatic Colors of #ff935d

#ff935d

Complementary Color

#ff935d #5dc9ff

#ff935d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff935d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff935d Color CSS Codes

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

#ff935d Text Font Color

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

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


#ff935d Background Color

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

This div background color is #ff935d


#ff935d Border Color

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

This div border color is #ff935d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff935d

Related Colors

#ff935d Color Palettes


Comments

No comments written yet.

Please login to write comment.