Color Hex Logo

#d42650 Color Hex

#D42650
(212,38,80)
0 Favorites   0 Comments

Color spaces of #d42650

RGB 2123880
HSL0.960.700.49
HSV346°82°83°
CMYK 0.000.820.62   0.17
XYZ29.292515.96259.1266
Yxy15.96250.53860.2935
Hunter Lab39.953160.953314.4234
CIE-Lab46.925366.505420.9640

#d42650 color RGB value is (212,38,80).

#d42650 hex color red value is 212, green value is 38 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d42650 hue: 0.96 , saturation: 0.70 and the lightness value of d42650 is 0.49.

The process color (four color CMYK) of #d42650 color hex is 0.00, 0.82, 0.62, 0.17. Web safe color of #d42650 is #cc3366. Color #d42650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100110 01010000
Octal 324 46 120
Decimal 212 38 80
Hex D4 26 50

RGB Percentages of Color #d42650

%64.24
%11.52
%24.24

CMYK Percentages of Color #d42650

%0
%82
%62
%17

Triadic Colors of #d42650

#d42650 #50d426 #2650d4

Analogous Colors of #d42650

#d42650 #d45326 #d426a7

Monochromatic Colors of #d42650

#d42650

Complementary Color

#d42650 #26d4aa

#d42650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42650 Color CSS Codes

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

#d42650 Text Font Color

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

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


#d42650 Background Color

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

This div background color is #d42650


#d42650 Border Color

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

This div border color is #d42650


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,38,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d42650; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d42650;
  -webkit-box-shadow: 1px 1px 3px 2px #d42650;
  box-shadow:         1px 1px 3px 2px #d42650; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,38,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42650


Comments

No comments written yet.

Please login to write comment.