Color Hex Logo

#d07058 Color Hex

#D07058
(208,112,88)
0 Favorites   0 Comments

Color spaces of #d07058

RGB 20811288
HSL0.030.560.58
HSV12°58°82°
CMYK 0.000.460.58   0.18
XYZ33.568025.702812.4244
Yxy25.70280.46820.3585
Hunter Lab50.697929.466620.9585
CIE-Lab57.753935.521830.1551

#d07058 color RGB value is (208,112,88).

#d07058 hex color red value is 208, green value is 112 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #d07058 hue: 0.03 , saturation: 0.56 and the lightness value of d07058 is 0.58.

The process color (four color CMYK) of #d07058 color hex is 0.00, 0.46, 0.58, 0.18. Web safe color of #d07058 is #cc6666. Color #d07058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110000 01011000
Octal 320 160 130
Decimal 208 112 88
Hex D0 70 58

RGB Percentages of Color #d07058

%50.98
%27.45
%21.57

CMYK Percentages of Color #d07058

%0
%46
%58
%18

Triadic Colors of #d07058

#d07058 #58d070 #7058d0

Analogous Colors of #d07058

#d07058 #d0ac58 #d0587c

Monochromatic Colors of #d07058

#d07058

Complementary Color

#d07058 #58b8d0

#d07058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07058 Color CSS Codes

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

#d07058 Text Font Color

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

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


#d07058 Background Color

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

This div background color is #d07058


#d07058 Border Color

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

This div border color is #d07058


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,112,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d07058; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d07058;
  -webkit-box-shadow: 1px 1px 3px 2px #d07058;
  box-shadow:         1px 1px 3px 2px #d07058; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,112,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07058


Comments

No comments written yet.

Please login to write comment.