Color Hex Logo

#d42040 Color Hex

#D42040
(212,32,64)
0 Favorites   0 Comments

Color spaces of #d42040

RGB 2123264
HSL0.970.740.48
HSV349°85°83°
CMYK 0.000.850.70   0.17
XYZ28.593315.40026.3160
Yxy15.40020.56830.3061
Hunter Lab39.243161.383317.9277
CIE-Lab46.177567.019529.7819

#d42040 color RGB value is (212,32,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100000 01000000
Octal 324 40 100
Decimal 212 32 64
Hex D4 20 40

RGB Percentages of Color #d42040

%68.83
%10.39
%20.78

CMYK Percentages of Color #d42040

%0
%85
%70
%17

Triadic Colors of #d42040

#d42040 #40d420 #2040d4

Analogous Colors of #d42040

#d42040 #d45a20 #d4209a

Monochromatic Colors of #d42040

#d42040

Complementary Color

#d42040 #20d4b4

#d42040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42040 Color CSS Codes

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

#d42040 Text Font Color

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

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


#d42040 Background Color

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

This div background color is #d42040


#d42040 Border Color

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

This div border color is #d42040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42040


Comments

No comments written yet.

Please login to write comment.