Color Hex Logo

#d6530b Color Hex

#D6530B
(214,83,11)
0 Favorites   0 Comments

Color spaces of #d6530b

RGB 2148311
HSL0.060.900.44
HSV21°95°84°
CMYK 0.000.610.95   0.16
XYZ30.885220.50682.6470
Yxy20.50680.57150.3795
Hunter Lab45.284442.494028.2334
CIE-Lab52.405448.897460.0027

#d6530b color RGB value is (214,83,11).

#d6530b hex color red value is 214, green value is 83 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d6530b hue: 0.06 , saturation: 0.90 and the lightness value of d6530b is 0.44.

The process color (four color CMYK) of #d6530b color hex is 0.00, 0.61, 0.95, 0.16. Web safe color of #d6530b is #cc6600. Color #d6530b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010011 00001011
Octal 326 123 13
Decimal 214 83 11
Hex D6 53 B

RGB Percentages of Color #d6530b

%69.48
%26.95
%3.57

CMYK Percentages of Color #d6530b

%0
%61
%95
%16

Triadic Colors of #d6530b

#d6530b #0bd653 #530bd6

Analogous Colors of #d6530b

#d6530b #d6b90b #d60b28

Monochromatic Colors of #d6530b

#d6530b

Complementary Color

#d6530b #0b8ed6

#d6530b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6530b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6530b Color CSS Codes

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

#d6530b Text Font Color

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

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


#d6530b Background Color

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

This div background color is #d6530b


#d6530b Border Color

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

This div border color is #d6530b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6530b


Comments

No comments written yet.

Please login to write comment.