Color Hex Logo

#d61d6a Color Hex

#D61D6A
(214,29,106)
0 Favorites   0 Comments

Color spaces of #d61d6a

RGB 21429106
HSL0.930.760.48
HSV335°86°84°
CMYK 0.000.860.50   0.16
XYZ30.772416.215515.1437
Yxy16.21550.49530.2610
Hunter Lab40.268565.93655.8908
CIE-Lab47.256070.67445.4395

#d61d6a color RGB value is (214,29,106).

#d61d6a hex color red value is 214, green value is 29 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #d61d6a hue: 0.93 , saturation: 0.76 and the lightness value of d61d6a is 0.48.

The process color (four color CMYK) of #d61d6a color hex is 0.00, 0.86, 0.50, 0.16. Web safe color of #d61d6a is #cc3366. Color #d61d6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011101 01101010
Octal 326 35 152
Decimal 214 29 106
Hex D6 1D 6A

RGB Percentages of Color #d61d6a

%61.32
%8.31
%30.37

CMYK Percentages of Color #d61d6a

%0
%86
%50
%16

Triadic Colors of #d61d6a

#d61d6a #6ad61d #1d6ad6

Analogous Colors of #d61d6a

#d61d6a #d62c1d #d61dc7

Monochromatic Colors of #d61d6a

#d61d6a

Complementary Color

#d61d6a #1dd689

#d61d6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61d6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61d6a Color CSS Codes

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

#d61d6a Text Font Color

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

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


#d61d6a Background Color

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

This div background color is #d61d6a


#d61d6a Border Color

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

This div border color is #d61d6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61d6a


Comments

No comments written yet.

Please login to write comment.