Color Hex Logo

#d61aab Color Hex

#D61AAB
(214,26,171)
0 Favorites   0 Comments

Color spaces of #d61aab

RGB 21426171
HSL0.870.780.47
HSV314°88°84°
CMYK 0.000.880.20   0.16
XYZ35.451617.975240.1291
Yxy17.97520.37890.1921
Hunter Lab42.397275.0628-26.4402
CIE-Lab49.466077.7360-30.5212

#d61aab color RGB value is (214,26,171).

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

The process color (four color CMYK) of #d61aab color hex is 0.00, 0.88, 0.20, 0.16. Web safe color of #d61aab is #cc3399. Color #d61aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011010 10101011
Octal 326 32 253
Decimal 214 26 171
Hex D6 1A AB

RGB Percentages of Color #d61aab

%52.07
%6.33
%41.61

CMYK Percentages of Color #d61aab

%0
%88
%20
%16

Triadic Colors of #d61aab

#d61aab #abd61a #1aabd6

Analogous Colors of #d61aab

#d61aab #d61a4d #a31ad6

Monochromatic Colors of #d61aab

#d61aab

Complementary Color

#d61aab #1ad645

#d61aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61aab Color CSS Codes

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

#d61aab Text Font Color

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

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


#d61aab Background Color

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

This div background color is #d61aab


#d61aab Border Color

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

This div border color is #d61aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61aab


Comments

No comments written yet.

Please login to write comment.