Color Hex Logo

#d61caa Color Hex

#D61CAA
(214,28,170)
0 Favorites   0 Comments

Color spaces of #d61caa

RGB 21428170
HSL0.870.770.47
HSV314°87°84°
CMYK 0.000.870.21   0.16
XYZ35.402518.028939.6442
Yxy18.02890.38040.1937
Hunter Lab42.460574.5232-25.6352
CIE-Lab49.531177.2890-29.8290

#d61caa color RGB value is (214,28,170).

#d61caa hex color red value is 214, green value is 28 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d61caa hue: 0.87 , saturation: 0.77 and the lightness value of d61caa is 0.47.

The process color (four color CMYK) of #d61caa color hex is 0.00, 0.87, 0.21, 0.16. Web safe color of #d61caa is #cc3399. Color #d61caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011100 10101010
Octal 326 34 252
Decimal 214 28 170
Hex D6 1C AA

RGB Percentages of Color #d61caa

%51.94
%6.80
%41.26

CMYK Percentages of Color #d61caa

%0
%87
%21
%16

Triadic Colors of #d61caa

#d61caa #aad61c #1caad6

Analogous Colors of #d61caa

#d61caa #d61c4d #a51cd6

Monochromatic Colors of #d61caa

#d61caa

Complementary Color

#d61caa #1cd648

#d61caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61caa Color CSS Codes

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

#d61caa Text Font Color

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

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


#d61caa Background Color

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

This div background color is #d61caa


#d61caa Border Color

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

This div border color is #d61caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61caa


Comments

No comments written yet.

Please login to write comment.