Color Hex Logo

#d61964 Color Hex

#D61964
(214,25,100)
0 Favorites   0 Comments

Color spaces of #d61964

RGB 21425100
HSL0.930.790.47
HSV336°88°84°
CMYK 0.000.880.53   0.16
XYZ30.379415.911513.5266
Yxy15.91150.50790.2660
Hunter Lab39.889266.13847.8170
CIE-Lab46.858270.92128.5817

#d61964 color RGB value is (214,25,100).

#d61964 hex color red value is 214, green value is 25 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #d61964 hue: 0.93 , saturation: 0.79 and the lightness value of d61964 is 0.47.

The process color (four color CMYK) of #d61964 color hex is 0.00, 0.88, 0.53, 0.16. Web safe color of #d61964 is #cc0066. Color #d61964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011001 01100100
Octal 326 31 144
Decimal 214 25 100
Hex D6 19 64

RGB Percentages of Color #d61964

%63.13
%7.37
%29.50

CMYK Percentages of Color #d61964

%0
%88
%53
%16

Triadic Colors of #d61964

#d61964 #64d619 #1964d6

Analogous Colors of #d61964

#d61964 #d62d19 #d619c3

Monochromatic Colors of #d61964

#d61964

Complementary Color

#d61964 #19d68b

#d61964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61964 Color CSS Codes

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

#d61964 Text Font Color

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

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


#d61964 Background Color

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

This div background color is #d61964


#d61964 Border Color

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

This div border color is #d61964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61964


Comments

No comments written yet.

Please login to write comment.