Color Hex Logo

#d62040 Color Hex

#D62040
(214,32,64)
0 Favorites   0 Comments

Color spaces of #d62040

RGB 2143264
HSL0.970.740.48
HSV349°85°84°
CMYK 0.000.850.70   0.16
XYZ29.173515.69936.3431
Yxy15.69930.56960.3065
Hunter Lab39.622362.088518.2440
CIE-Lab46.577567.546530.3609

#d62040 color RGB value is (214,32,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100000 01000000
Octal 326 40 100
Decimal 214 32 64
Hex D6 20 40

RGB Percentages of Color #d62040

%69.03
%10.32
%20.65

CMYK Percentages of Color #d62040

%0
%85
%70
%16

Triadic Colors of #d62040

#d62040 #40d620 #2040d6

Analogous Colors of #d62040

#d62040 #d65b20 #d6209b

Monochromatic Colors of #d62040

#d62040

Complementary Color

#d62040 #20d6b6

#d62040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62040 Color CSS Codes

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

#d62040 Text Font Color

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

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


#d62040 Background Color

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

This div background color is #d62040


#d62040 Border Color

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

This div border color is #d62040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62040


Comments

No comments written yet.

Please login to write comment.