Color Hex Logo

#d58066 Color Hex

#D58066
(213,128,102)
0 Favorites   0 Comments

Color spaces of #d58066

RGB 213128102
HSL0.040.570.62
HSV14°52°84°
CMYK 0.000.400.52   0.16
XYZ37.558030.543816.4864
Yxy30.54380.44400.3611
Hunter Lab55.266424.588820.9999
CIE-Lab62.120630.181928.0920

#d58066 color RGB value is (213,128,102).

#d58066 hex color red value is 213, green value is 128 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d58066 hue: 0.04 , saturation: 0.57 and the lightness value of d58066 is 0.62.

The process color (four color CMYK) of #d58066 color hex is 0.00, 0.40, 0.52, 0.16. Web safe color of #d58066 is #cc9966. Color #d58066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000000 01100110
Octal 325 200 146
Decimal 213 128 102
Hex D5 80 66

RGB Percentages of Color #d58066

%48.08
%28.89
%23.02

CMYK Percentages of Color #d58066

%0
%40
%52
%16

Triadic Colors of #d58066

#d58066 #66d580 #8066d5

Analogous Colors of #d58066

#d58066 #d5b866 #d56684

Monochromatic Colors of #d58066

#d58066

Complementary Color

#d58066 #66bbd5

#d58066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58066 Color CSS Codes

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

#d58066 Text Font Color

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

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


#d58066 Background Color

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

This div background color is #d58066


#d58066 Border Color

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

This div border color is #d58066


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,128,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d58066; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d58066;
  -webkit-box-shadow: 1px 1px 3px 2px #d58066;
  box-shadow:         1px 1px 3px 2px #d58066; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,128,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58066


Comments

No comments written yet.

Please login to write comment.