Color Hex Logo

#d28378 Color Hex

#D28378
(210,131,120)
0 Favorites   0 Comments

Color spaces of #d28378

RGB 210131120
HSL0.020.500.65
HSV43°82°
CMYK 0.000.380.43   0.18
XYZ38.084831.290321.8016
Yxy31.29030.41770.3432
Hunter Lab55.937723.639416.0483
CIE-Lab62.751929.168218.7737

#d28378 color RGB value is (210,131,120).

#d28378 hex color red value is 210, green value is 131 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #d28378 hue: 0.02 , saturation: 0.50 and the lightness value of d28378 is 0.65.

The process color (four color CMYK) of #d28378 color hex is 0.00, 0.38, 0.43, 0.18. Web safe color of #d28378 is #cc9966. Color #d28378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000011 01111000
Octal 322 203 170
Decimal 210 131 120
Hex D2 83 78

RGB Percentages of Color #d28378

%45.55
%28.42
%26.03

CMYK Percentages of Color #d28378

%0
%38
%43
%18

Triadic Colors of #d28378

#d28378 #78d283 #8378d2

Analogous Colors of #d28378

#d28378 #d2b078 #d2789a

Monochromatic Colors of #d28378

#d28378

Complementary Color

#d28378 #78c7d2

#d28378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28378 Color CSS Codes

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

#d28378 Text Font Color

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

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


#d28378 Background Color

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

This div background color is #d28378


#d28378 Border Color

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

This div border color is #d28378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28378


Comments

No comments written yet.

Please login to write comment.