Color Hex Logo

#d68135 Color Hex

#D68135
(214,129,53)
0 Favorites   0 Comments

Color spaces of #d68135

RGB 21412953
HSL0.080.660.52
HSV28°75°84°
CMYK 0.000.400.75   0.16
XYZ36.224430.25377.2985
Yxy30.25370.49100.4101
Hunter Lab55.003421.301630.6351
CIE-Lab61.872526.856253.0196

#d68135 color RGB value is (214,129,53).

#d68135 hex color red value is 214, green value is 129 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #d68135 hue: 0.08 , saturation: 0.66 and the lightness value of d68135 is 0.52.

The process color (four color CMYK) of #d68135 color hex is 0.00, 0.40, 0.75, 0.16. Web safe color of #d68135 is #cc9933. Color #d68135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000001 00110101
Octal 326 201 65
Decimal 214 129 53
Hex D6 81 35

RGB Percentages of Color #d68135

%54.04
%32.58
%13.38

CMYK Percentages of Color #d68135

%0
%40
%75
%16

Triadic Colors of #d68135

#d68135 #35d681 #8135d6

Analogous Colors of #d68135

#d68135 #d6d235 #d63539

Monochromatic Colors of #d68135

#d68135

Complementary Color

#d68135 #358ad6

#d68135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68135 Color CSS Codes

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

#d68135 Text Font Color

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

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


#d68135 Background Color

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

This div background color is #d68135


#d68135 Border Color

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

This div border color is #d68135


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,129,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d68135; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d68135;
  -webkit-box-shadow: 1px 1px 3px 2px #d68135;
  box-shadow:         1px 1px 3px 2px #d68135; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,129,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68135


Comments

No comments written yet.

Please login to write comment.