Color Hex Logo

#d75001 Color Hex

#D75001
(215,80,1)
0 Favorites   0 Comments

Color spaces of #d75001

RGB 215801
HSL0.060.990.42
HSV22°100°84°
CMYK 0.000.631.00   0.16
XYZ30.898520.18662.2966
Yxy20.18660.57880.3782
Hunter Lab44.929544.129728.4200
CIE-Lab52.047550.489462.0641

#d75001 color RGB value is (215,80,1).

#d75001 hex color red value is 215, green value is 80 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #d75001 hue: 0.06 , saturation: 0.99 and the lightness value of d75001 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010000 00000001
Octal 327 120 1
Decimal 215 80 1
Hex D7 50 1

RGB Percentages of Color #d75001

%72.64
%27.03
%0.34

CMYK Percentages of Color #d75001

%0
%63
%100
%16

Triadic Colors of #d75001

#d75001 #01d750 #5001d7

Analogous Colors of #d75001

#d75001 #d7bb01 #d7011d

Monochromatic Colors of #d75001

#d75001

Complementary Color

#d75001 #0188d7

#d75001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75001 Color CSS Codes

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

#d75001 Text Font Color

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

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


#d75001 Background Color

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

This div background color is #d75001


#d75001 Border Color

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

This div border color is #d75001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75001


Comments

No comments written yet.

Please login to write comment.