Color Hex Logo

#d6134a Color Hex

#D6134A
(214,19,74)
0 Favorites   0 Comments

Color spaces of #d6134a

RGB 2141974
HSL0.950.840.46
HSV343°91°84°
CMYK 0.000.910.65   0.16
XYZ29.200515.25637.8843
Yxy15.25630.55790.2915
Hunter Lab39.059365.091715.3736
CIE-Lab45.983370.211823.5064

#d6134a color RGB value is (214,19,74).

#d6134a hex color red value is 214, green value is 19 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d6134a hue: 0.95 , saturation: 0.84 and the lightness value of d6134a is 0.46.

The process color (four color CMYK) of #d6134a color hex is 0.00, 0.91, 0.65, 0.16. Web safe color of #d6134a is #cc0033. Color #d6134a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010011 01001010
Octal 326 23 112
Decimal 214 19 74
Hex D6 13 4A

RGB Percentages of Color #d6134a

%69.71
%6.19
%24.10

CMYK Percentages of Color #d6134a

%0
%91
%65
%16

Triadic Colors of #d6134a

#d6134a #4ad613 #134ad6

Analogous Colors of #d6134a

#d6134a #d63d13 #d613ac

Monochromatic Colors of #d6134a

#d6134a

Complementary Color

#d6134a #13d69f

#d6134a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6134a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6134a Color CSS Codes

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

#d6134a Text Font Color

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

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


#d6134a Background Color

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

This div background color is #d6134a


#d6134a Border Color

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

This div border color is #d6134a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6134a


Comments

No comments written yet.

Please login to write comment.