Color Hex Logo

#d28555 Color Hex

#D28555
(210,133,85)
0 Favorites   0 Comments

Color spaces of #d28555

RGB 21013385
HSL0.060.580.58
HSV23°60°82°
CMYK 0.000.370.60   0.18
XYZ36.605631.132612.6742
Yxy31.13260.45520.3872
Hunter Lab55.796619.461725.5899
CIE-Lab62.619424.904037.8982

#d28555 color RGB value is (210,133,85).

#d28555 hex color red value is 210, green value is 133 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d28555 hue: 0.06 , saturation: 0.58 and the lightness value of d28555 is 0.58.

The process color (four color CMYK) of #d28555 color hex is 0.00, 0.37, 0.60, 0.18. Web safe color of #d28555 is #cc9966. Color #d28555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000101 01010101
Octal 322 205 125
Decimal 210 133 85
Hex D2 85 55

RGB Percentages of Color #d28555

%49.07
%31.07
%19.86

CMYK Percentages of Color #d28555

%0
%37
%60
%18

Triadic Colors of #d28555

#d28555 #55d285 #8555d2

Analogous Colors of #d28555

#d28555 #d2c455 #d25563

Monochromatic Colors of #d28555

#d28555

Complementary Color

#d28555 #55a2d2

#d28555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28555 Color CSS Codes

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

#d28555 Text Font Color

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

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


#d28555 Background Color

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

This div background color is #d28555


#d28555 Border Color

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

This div border color is #d28555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28555


Comments

No comments written yet.

Please login to write comment.