Color Hex Logo

#d28331 Color Hex

#D28331
(210,131,49)
0 Favorites   0 Comments

Color spaces of #d28331

RGB 21013149
HSL0.080.640.51
HSV31°77°82°
CMYK 0.000.380.77   0.18
XYZ35.249030.15606.8686
Yxy30.15600.48770.4172
Hunter Lab54.914518.476831.0243
CIE-Lab61.788623.934554.5024

#d28331 color RGB value is (210,131,49).

#d28331 hex color red value is 210, green value is 131 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #d28331 hue: 0.08 , saturation: 0.64 and the lightness value of d28331 is 0.51.

The process color (four color CMYK) of #d28331 color hex is 0.00, 0.38, 0.77, 0.18. Web safe color of #d28331 is #cc9933. Color #d28331 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000011 00110001
Octal 322 203 61
Decimal 210 131 49
Hex D2 83 31

RGB Percentages of Color #d28331

%53.85
%33.59
%12.56

CMYK Percentages of Color #d28331

%0
%38
%77
%18

Triadic Colors of #d28331

#d28331 #31d283 #8331d2

Analogous Colors of #d28331

#d28331 #d1d231 #d23331

Monochromatic Colors of #d28331

#d28331

Complementary Color

#d28331 #3180d2

#d28331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28331 Color CSS Codes

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

#d28331 Text Font Color

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

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


#d28331 Background Color

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

This div background color is #d28331


#d28331 Border Color

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

This div border color is #d28331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28331


Comments

No comments written yet.

Please login to write comment.