Color Hex Logo

#d75500 Color Hex

#D75500
(215,85,0)
0 Favorites   0 Comments

Color spaces of #d75500

RGB 215850
HSL0.071.000.42
HSV24°100°84°
CMYK 0.000.601.00   0.16
XYZ31.272820.94412.3944
Yxy20.94410.57260.3835
Hunter Lab45.764741.887728.9333
CIE-Lab52.888348.248262.7401

#d75500 color RGB value is (215,85,0).

#d75500 hex color red value is 215, green value is 85 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #d75500 hue: 0.07 , saturation: 1.00 and the lightness value of d75500 is 0.42.

The process color (four color CMYK) of #d75500 color hex is 0.00, 0.60, 1.00, 0.16. Web safe color of #d75500 is #cc6600. Color #d75500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010101 00000000
Octal 327 125 0
Decimal 215 85 0
Hex D7 55 0

RGB Percentages of Color #d75500

%71.67
%28.33
%0.00

CMYK Percentages of Color #d75500

%0
%60
%100
%16

Triadic Colors of #d75500

#d75500 #00d755 #5500d7

Analogous Colors of #d75500

#d75500 #d7c100 #d70016

Monochromatic Colors of #d75500

#d75500

Complementary Color

#d75500 #0082d7

#d75500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75500 Color CSS Codes

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

#d75500 Text Font Color

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

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


#d75500 Background Color

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

This div background color is #d75500


#d75500 Border Color

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

This div border color is #d75500


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,85,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d75500; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d75500;
  -webkit-box-shadow: 1px 1px 3px 2px #d75500;
  box-shadow:         1px 1px 3px 2px #d75500; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,85,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75500


Comments

No comments written yet.

Please login to write comment.