Color Hex Logo

#d42140 Color Hex

#D42140
(212,33,64)
0 Favorites   0 Comments

Color spaces of #d42140

RGB 2123364
HSL0.970.730.48
HSV350°84°83°
CMYK 0.000.840.70   0.17
XYZ28.620615.45496.3251
Yxy15.45490.56790.3066
Hunter Lab39.312761.155017.9796
CIE-Lab46.251166.809229.8715

#d42140 color RGB value is (212,33,64).

#d42140 hex color red value is 212, green value is 33 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d42140 hue: 0.97 , saturation: 0.73 and the lightness value of d42140 is 0.48.

The process color (four color CMYK) of #d42140 color hex is 0.00, 0.84, 0.70, 0.17. Web safe color of #d42140 is #cc3333. Color #d42140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100001 01000000
Octal 324 41 100
Decimal 212 33 64
Hex D4 21 40

RGB Percentages of Color #d42140

%68.61
%10.68
%20.71

CMYK Percentages of Color #d42140

%0
%84
%70
%17

Triadic Colors of #d42140

#d42140 #40d421 #2140d4

Analogous Colors of #d42140

#d42140 #d45b21 #d4219a

Monochromatic Colors of #d42140

#d42140

Complementary Color

#d42140 #21d4b5

#d42140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42140 Color CSS Codes

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

#d42140 Text Font Color

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

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


#d42140 Background Color

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

This div background color is #d42140


#d42140 Border Color

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

This div border color is #d42140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42140


Comments

No comments written yet.

Please login to write comment.