Color Hex Logo

#d75142 Color Hex

#D75142
(215,81,66)
0 Favorites   0 Comments

Color spaces of #d75142

RGB 2158166
HSL0.020.650.55
HSV69°84°
CMYK 0.000.620.69   0.16
XYZ31.950120.72537.4707
Yxy20.72530.53120.3446
Hunter Lab45.525045.604922.1380
CIE-Lab52.647551.760036.4805

#d75142 color RGB value is (215,81,66).

#d75142 hex color red value is 215, green value is 81 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d75142 hue: 0.02 , saturation: 0.65 and the lightness value of d75142 is 0.55.

The process color (four color CMYK) of #d75142 color hex is 0.00, 0.62, 0.69, 0.16. Web safe color of #d75142 is #cc6633. Color #d75142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010001 01000010
Octal 327 121 102
Decimal 215 81 66
Hex D7 51 42

RGB Percentages of Color #d75142

%59.39
%22.38
%18.23

CMYK Percentages of Color #d75142

%0
%62
%69
%16

Triadic Colors of #d75142

#d75142 #42d751 #5142d7

Analogous Colors of #d75142

#d75142 #d79c42 #d7427e

Monochromatic Colors of #d75142

#d75142

Complementary Color

#d75142 #42c8d7

#d75142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75142 Color CSS Codes

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

#d75142 Text Font Color

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

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


#d75142 Background Color

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

This div background color is #d75142


#d75142 Border Color

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

This div border color is #d75142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75142


Comments

No comments written yet.

Please login to write comment.