Color Hex Logo

#d62344 Color Hex

#D62344
(214,35,68)
0 Favorites   0 Comments

Color spaces of #d62344

RGB 2143568
HSL0.970.720.49
HSV349°84°84°
CMYK 0.000.840.68   0.16
XYZ29.376015.91566.9926
Yxy15.91560.56190.3044
Hunter Lab39.894461.622417.5338
CIE-Lab46.863667.091928.2934

#d62344 color RGB value is (214,35,68).

#d62344 hex color red value is 214, green value is 35 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #d62344 hue: 0.97 , saturation: 0.72 and the lightness value of d62344 is 0.49.

The process color (four color CMYK) of #d62344 color hex is 0.00, 0.84, 0.68, 0.16. Web safe color of #d62344 is #cc3333. Color #d62344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100011 01000100
Octal 326 43 104
Decimal 214 35 68
Hex D6 23 44

RGB Percentages of Color #d62344

%67.51
%11.04
%21.45

CMYK Percentages of Color #d62344

%0
%84
%68
%16

Triadic Colors of #d62344

#d62344 #44d623 #2344d6

Analogous Colors of #d62344

#d62344 #d65c23 #d6239e

Monochromatic Colors of #d62344

#d62344

Complementary Color

#d62344 #23d6b5

#d62344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62344 Color CSS Codes

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

#d62344 Text Font Color

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

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


#d62344 Background Color

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

This div background color is #d62344


#d62344 Border Color

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

This div border color is #d62344


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,35,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62344


Comments

No comments written yet.

Please login to write comment.