Color Hex Logo

#d82538 Color Hex

#D82538
(216,37,56)
0 Favorites   0 Comments

Color spaces of #d82538

RGB 2163756
HSL0.980.710.50
HSV354°83°85°
CMYK 0.000.830.74   0.15
XYZ29.694316.20765.3047
Yxy16.20760.57990.3165
Hunter Lab40.258761.206820.3687
CIE-Lab47.245766.661535.9982

#d82538 color RGB value is (216,37,56).

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

The process color (four color CMYK) of #d82538 color hex is 0.00, 0.83, 0.74, 0.15. Web safe color of #d82538 is #cc3333. Color #d82538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100101 00111000
Octal 330 45 70
Decimal 216 37 56
Hex D8 25 38

RGB Percentages of Color #d82538

%69.90
%11.97
%18.12

CMYK Percentages of Color #d82538

%0
%83
%74
%15

Triadic Colors of #d82538

#d82538 #38d825 #2538d8

Analogous Colors of #d82538

#d82538 #d86c25 #d82592

Monochromatic Colors of #d82538

#d82538

Complementary Color

#d82538 #25d8c5

#d82538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82538 Color CSS Codes

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

#d82538 Text Font Color

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

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


#d82538 Background Color

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

This div background color is #d82538


#d82538 Border Color

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

This div border color is #d82538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82538


Comments

No comments written yet.

Please login to write comment.