Color Hex Logo

#d8123c Color Hex

#D8123C
(216,18,60)
0 Favorites   0 Comments

Color spaces of #d8123c

RGB 2161860
HSL0.960.850.46
HSV347°92°85°
CMYK 0.000.920.72   0.15
XYZ29.350815.35785.6924
Yxy15.35780.58230.3047
Hunter Lab39.189065.107618.8202
CIE-Lab46.120470.198532.3202

#d8123c color RGB value is (216,18,60).

#d8123c hex color red value is 216, green value is 18 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #d8123c hue: 0.96 , saturation: 0.85 and the lightness value of d8123c is 0.46.

The process color (four color CMYK) of #d8123c color hex is 0.00, 0.92, 0.72, 0.15. Web safe color of #d8123c is #cc0033. Color #d8123c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010010 00111100
Octal 330 22 74
Decimal 216 18 60
Hex D8 12 3C

RGB Percentages of Color #d8123c

%73.47
%6.12
%20.41

CMYK Percentages of Color #d8123c

%0
%92
%72
%15

Triadic Colors of #d8123c

#d8123c #3cd812 #123cd8

Analogous Colors of #d8123c

#d8123c #d84b12 #d8129f

Monochromatic Colors of #d8123c

#d8123c

Complementary Color

#d8123c #12d8ae

#d8123c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8123c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8123c Color CSS Codes

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

#d8123c Text Font Color

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

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


#d8123c Background Color

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

This div background color is #d8123c


#d8123c Border Color

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

This div border color is #d8123c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8123c


Comments

No comments written yet.

Please login to write comment.