Color Hex Logo

#d63428 Color Hex

#D63428
(214,52,40)
0 Favorites   0 Comments

Color spaces of #d63428

RGB 2145240
HSL0.010.690.50
HSV81°84°
CMYK 0.000.760.81   0.16
XYZ29.342616.90533.7240
Yxy16.90530.58720.3383
Hunter Lab41.116155.434023.4112
CIE-Lab48.140561.459845.6669

#d63428 color RGB value is (214,52,40).

#d63428 hex color red value is 214, green value is 52 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #d63428 hue: 0.01 , saturation: 0.69 and the lightness value of d63428 is 0.50.

The process color (four color CMYK) of #d63428 color hex is 0.00, 0.76, 0.81, 0.16. Web safe color of #d63428 is #cc3333. Color #d63428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110100 00101000
Octal 326 64 50
Decimal 214 52 40
Hex D6 34 28

RGB Percentages of Color #d63428

%69.93
%16.99
%13.07

CMYK Percentages of Color #d63428

%0
%76
%81
%16

Triadic Colors of #d63428

#d63428 #28d634 #3428d6

Analogous Colors of #d63428

#d63428 #d68b28 #d62873

Monochromatic Colors of #d63428

#d63428

Complementary Color

#d63428 #28cad6

#d63428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63428 Color CSS Codes

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

#d63428 Text Font Color

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

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


#d63428 Background Color

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

This div background color is #d63428


#d63428 Border Color

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

This div border color is #d63428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63428


Comments

No comments written yet.

Please login to write comment.