Color Hex Logo

#d61bad Color Hex

#D61BAD
(214,27,173)
0 Favorites   0 Comments

Color spaces of #d61bad

RGB 21427173
HSL0.870.780.47
HSV313°87°84°
CMYK 0.000.870.19   0.16
XYZ35.666318.097141.1484
Yxy18.09710.37580.1907
Hunter Lab42.540775.2090-27.5711
CIE-Lab49.613777.8247-31.4705

#d61bad color RGB value is (214,27,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011011 10101101
Octal 326 33 255
Decimal 214 27 173
Hex D6 1B AD

RGB Percentages of Color #d61bad

%51.69
%6.52
%41.79

CMYK Percentages of Color #d61bad

%0
%87
%19
%16

Triadic Colors of #d61bad

#d61bad #add61b #1badd6

Analogous Colors of #d61bad

#d61bad #d61b4f #a21bd6

Monochromatic Colors of #d61bad

#d61bad

Complementary Color

#d61bad #1bd644

#d61bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61bad Color CSS Codes

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

#d61bad Text Font Color

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

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


#d61bad Background Color

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

This div background color is #d61bad


#d61bad Border Color

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

This div border color is #d61bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61bad


Comments

No comments written yet.

Please login to write comment.