Color Hex Logo

#d62536 Color Hex

#D62536
(214,37,54)
0 Favorites   0 Comments

Color spaces of #d62536

RGB 2143754
HSL0.980.710.49
HSV354°83°84°
CMYK 0.000.830.75   0.16
XYZ29.059015.88565.0247
Yxy15.88560.58150.3179
Hunter Lab39.856760.392620.4251
CIE-Lab46.824066.041936.5797

#d62536 color RGB value is (214,37,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100101 00110110
Octal 326 45 66
Decimal 214 37 54
Hex D6 25 36

RGB Percentages of Color #d62536

%70.16
%12.13
%17.70

CMYK Percentages of Color #d62536

%0
%83
%75
%16

Triadic Colors of #d62536

#d62536 #36d625 #2536d6

Analogous Colors of #d62536

#d62536 #d66d25 #d6258f

Monochromatic Colors of #d62536

#d62536

Complementary Color

#d62536 #25d6c5

#d62536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62536 Color CSS Codes

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

#d62536 Text Font Color

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

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


#d62536 Background Color

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

This div background color is #d62536


#d62536 Border Color

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

This div border color is #d62536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62536


Comments

No comments written yet.

Please login to write comment.