Color Hex Logo

#d8233c Color Hex

#D8233C
(216,35,60)
0 Favorites   0 Comments

Color spaces of #d8233c

RGB 2163560
HSL0.980.720.49
HSV352°84°85°
CMYK 0.000.840.72   0.15
XYZ29.735516.12725.8206
Yxy16.12720.57530.3120
Hunter Lab40.158761.892619.5176
CIE-Lab47.140967.269833.5225

#d8233c color RGB value is (216,35,60).

#d8233c hex color red value is 216, green value is 35 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #d8233c hue: 0.98 , saturation: 0.72 and the lightness value of d8233c is 0.49.

The process color (four color CMYK) of #d8233c color hex is 0.00, 0.84, 0.72, 0.15. Web safe color of #d8233c is #cc3333. Color #d8233c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100011 00111100
Octal 330 43 74
Decimal 216 35 60
Hex D8 23 3C

RGB Percentages of Color #d8233c

%69.45
%11.25
%19.29

CMYK Percentages of Color #d8233c

%0
%84
%72
%15

Triadic Colors of #d8233c

#d8233c #3cd823 #233cd8

Analogous Colors of #d8233c

#d8233c #d86523 #d82397

Monochromatic Colors of #d8233c

#d8233c

Complementary Color

#d8233c #23d8bf

#d8233c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8233c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8233c Color CSS Codes

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

#d8233c Text Font Color

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

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


#d8233c Background Color

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

This div background color is #d8233c


#d8233c Border Color

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

This div border color is #d8233c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8233c


Comments

No comments written yet.

Please login to write comment.