Color Hex Logo

#d42141 Color Hex

#D42141
(212,33,65)
0 Favorites   0 Comments

Color spaces of #d42141

RGB 2123365
HSL0.970.730.48
HSV349°84°83°
CMYK 0.000.840.69   0.17
XYZ28.649415.46646.4764
Yxy15.46640.56630.3057
Hunter Lab39.327361.211817.7653
CIE-Lab46.266566.855029.2854

#d42141 color RGB value is (212,33,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100001 01000001
Octal 324 41 101
Decimal 212 33 65
Hex D4 21 41

RGB Percentages of Color #d42141

%68.39
%10.65
%20.97

CMYK Percentages of Color #d42141

%0
%84
%69
%17

Triadic Colors of #d42141

#d42141 #41d421 #2141d4

Analogous Colors of #d42141

#d42141 #d45a21 #d4219b

Monochromatic Colors of #d42141

#d42141

Complementary Color

#d42141 #21d4b4

#d42141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42141 Color CSS Codes

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

#d42141 Text Font Color

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

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


#d42141 Background Color

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

This div background color is #d42141


#d42141 Border Color

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

This div border color is #d42141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42141


Comments

No comments written yet.

Please login to write comment.