color codes Logo

#d5430b color codes

#D5430B
(213,67,11)
0 Favorites   0 Comments

Color spaces of #d5430b

RGB 2136711
HSL0.050.900.44
HSV17°95°84°
CMYK 0.000.690.95   0.16
XYZ29.508118.18462.2713
Yxy18.18460.59060.3640
Hunter Lab42.643448.891326.6924
CIE-Lab49.719255.288958.2534

#d5430b color RGB value is (213,67,11).

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

The process color (four color CMYK) of #d5430b color code is 0.00, 0.69, 0.95, 0.16. Web safe color of #d5430b is #cc3300. Color #d5430b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000011 00001011
Octal 325 103 13
Decimal 213 67 11
Hex D5 43 B

RGB Percentages of Color #d5430b

%73.20
%23.02
%3.78

CMYK Percentages of Color #d5430b

%0
%69
%95
%16

Triadic Colors of #d5430b

#d5430b #0bd543 #430bd5

Analogous Colors of #d5430b

#d5430b #d5a80b #d50b38

Monochromatic Colors of #d5430b

#d5430b

Complementary Color

#d5430b #0b9dd5

#d5430b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5430b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5430b Color CSS Codes

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

#d5430b Text Font Color

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

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


#d5430b Background Color

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

This div background color is #d5430b


#d5430b Border Color

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

This div border color is #d5430b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,67,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 #d5430b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5430b


Comments

No comments written yet.

Please login to write comment.