Color Hex Logo

#d55430 Color Hex

#D55430
(213,84,48)
0 Favorites   0 Comments

Color spaces of #d55430

RGB 2138448
HSL0.040.660.51
HSV13°77°84°
CMYK 0.000.610.77   0.16
XYZ31.144420.70025.1503
Yxy20.70020.54640.3632
Hunter Lab45.497542.568125.1366
CIE-Lab52.619848.932345.9796

#d55430 color RGB value is (213,84,48).

#d55430 hex color red value is 213, green value is 84 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #d55430 hue: 0.04 , saturation: 0.66 and the lightness value of d55430 is 0.51.

The process color (four color CMYK) of #d55430 color hex is 0.00, 0.61, 0.77, 0.16. Web safe color of #d55430 is #cc6633. Color #d55430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010100 00110000
Octal 325 124 60
Decimal 213 84 48
Hex D5 54 30

RGB Percentages of Color #d55430

%61.74
%24.35
%13.91

CMYK Percentages of Color #d55430

%0
%61
%77
%16

Triadic Colors of #d55430

#d55430 #30d554 #5430d5

Analogous Colors of #d55430

#d55430 #d5a730 #d5305e

Monochromatic Colors of #d55430

#d55430

Complementary Color

#d55430 #30b1d5

#d55430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55430 Color CSS Codes

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

#d55430 Text Font Color

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

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


#d55430 Background Color

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

This div background color is #d55430


#d55430 Border Color

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

This div border color is #d55430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55430


Comments

No comments written yet.

Please login to write comment.