Color Hex Logo

#d55629 Color Hex

#D55629
(213,86,41)
0 Favorites   0 Comments

Color spaces of #d55629

RGB 2138641
HSL0.040.680.50
HSV16°81°84°
CMYK 0.000.600.81   0.16
XYZ31.168620.96184.5011
Yxy20.96180.55040.3701
Hunter Lab45.784141.396126.2200
CIE-Lab52.907747.780849.6525

#d55629 color RGB value is (213,86,41).

#d55629 hex color red value is 213, green value is 86 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d55629 hue: 0.04 , saturation: 0.68 and the lightness value of d55629 is 0.50.

The process color (four color CMYK) of #d55629 color hex is 0.00, 0.60, 0.81, 0.16. Web safe color of #d55629 is #cc6633. Color #d55629 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010110 00101001
Octal 325 126 51
Decimal 213 86 41
Hex D5 56 29

RGB Percentages of Color #d55629

%62.65
%25.29
%12.06

CMYK Percentages of Color #d55629

%0
%60
%81
%16

Triadic Colors of #d55629

#d55629 #29d556 #5629d5

Analogous Colors of #d55629

#d55629 #d5ac29 #d52952

Monochromatic Colors of #d55629

#d55629

Complementary Color

#d55629 #29a8d5

#d55629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55629 Color CSS Codes

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

#d55629 Text Font Color

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

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


#d55629 Background Color

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

This div background color is #d55629


#d55629 Border Color

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

This div border color is #d55629


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,86,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d55629; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d55629;
  -webkit-box-shadow: 1px 1px 3px 2px #d55629;
  box-shadow:         1px 1px 3px 2px #d55629; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,86,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55629


Comments

No comments written yet.

Please login to write comment.