Color Hex Logo

#d63643 Color Hex

#D63643
(214,54,67)
0 Favorites   0 Comments

Color spaces of #d63643

RGB 2145467
HSL0.990.660.53
HSV355°75°84°
CMYK 0.000.750.69   0.16
XYZ30.063817.33977.0726
Yxy17.33970.55190.3183
Hunter Lab41.641056.001119.0784
CIE-Lab48.685261.857931.1299

#d63643 color RGB value is (214,54,67).

#d63643 hex color red value is 214, green value is 54 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #d63643 hue: 0.99 , saturation: 0.66 and the lightness value of d63643 is 0.53.

The process color (four color CMYK) of #d63643 color hex is 0.00, 0.75, 0.69, 0.16. Web safe color of #d63643 is #cc3333. Color #d63643 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110110 01000011
Octal 326 66 103
Decimal 214 54 67
Hex D6 36 43

RGB Percentages of Color #d63643

%63.88
%16.12
%20.00

CMYK Percentages of Color #d63643

%0
%75
%69
%16

Triadic Colors of #d63643

#d63643 #43d636 #3643d6

Analogous Colors of #d63643

#d63643 #d67936 #d63693

Monochromatic Colors of #d63643

#d63643

Complementary Color

#d63643 #36d6c9

#d63643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63643 Color CSS Codes

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

#d63643 Text Font Color

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

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


#d63643 Background Color

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

This div background color is #d63643


#d63643 Border Color

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

This div border color is #d63643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63643


Comments

No comments written yet.

Please login to write comment.