Color Hex Logo

#d8273f Color Hex

#D8273F
(216,39,63)
0 Favorites   0 Comments

Color spaces of #d8273f

RGB 2163963
HSL0.980.690.50
HSV352°82°85°
CMYK 0.000.820.71   0.15
XYZ29.941616.40886.2918
Yxy16.40880.56880.3117
Hunter Lab40.507861.050919.1463
CIE-Lab47.506366.477332.1719

#d8273f color RGB value is (216,39,63).

#d8273f hex color red value is 216, green value is 39 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d8273f hue: 0.98 , saturation: 0.69 and the lightness value of d8273f is 0.50.

The process color (four color CMYK) of #d8273f color hex is 0.00, 0.82, 0.71, 0.15. Web safe color of #d8273f is #cc3333. Color #d8273f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100111 00111111
Octal 330 47 77
Decimal 216 39 63
Hex D8 27 3F

RGB Percentages of Color #d8273f

%67.92
%12.26
%19.81

CMYK Percentages of Color #d8273f

%0
%82
%71
%15

Triadic Colors of #d8273f

#d8273f #3fd827 #273fd8

Analogous Colors of #d8273f

#d8273f #d86827 #d82798

Monochromatic Colors of #d8273f

#d8273f

Complementary Color

#d8273f #27d8c0

#d8273f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8273f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8273f Color CSS Codes

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

#d8273f Text Font Color

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

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


#d8273f Background Color

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

This div background color is #d8273f


#d8273f Border Color

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

This div border color is #d8273f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,39,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8273f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8273f;
  -webkit-box-shadow: 1px 1px 3px 2px #d8273f;
  box-shadow:         1px 1px 3px 2px #d8273f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,39,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8273f


Comments

No comments written yet.

Please login to write comment.