Color Hex Logo

#d61baa Color Hex

#D61BAA
(214,27,170)
0 Favorites   0 Comments

Color spaces of #d61baa

RGB 21427170
HSL0.870.780.47
HSV314°87°84°
CMYK 0.000.870.21   0.16
XYZ35.379217.982339.6364
Yxy17.98230.38040.1934
Hunter Lab42.405574.7139-25.7344
CIE-Lab49.474677.4537-29.9170

#d61baa color RGB value is (214,27,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011011 10101010
Octal 326 33 252
Decimal 214 27 170
Hex D6 1B AA

RGB Percentages of Color #d61baa

%52.07
%6.57
%41.36

CMYK Percentages of Color #d61baa

%0
%87
%21
%16

Triadic Colors of #d61baa

#d61baa #aad61b #1baad6

Analogous Colors of #d61baa

#d61baa #d61b4c #a51bd6

Monochromatic Colors of #d61baa

#d61baa

Complementary Color

#d61baa #1bd647

#d61baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61baa Color CSS Codes

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

#d61baa Text Font Color

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

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


#d61baa Background Color

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

This div background color is #d61baa


#d61baa Border Color

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

This div border color is #d61baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,27,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 #d61baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61baa


Comments

No comments written yet.

Please login to write comment.