Color Hex Logo

#d6177b Color Hex

#D6177B
(214,23,123)
0 Favorites   0 Comments

Color spaces of #d6177b

RGB 21423123
HSL0.910.810.46
HSV329°89°84°
CMYK 0.000.890.43   0.16
XYZ31.613116.339020.2264
Yxy16.33900.46370.2397
Hunter Lab40.421568.8646-1.3729
CIE-Lab47.416173.0825-4.7786

#d6177b color RGB value is (214,23,123).

#d6177b hex color red value is 214, green value is 23 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #d6177b hue: 0.91 , saturation: 0.81 and the lightness value of d6177b is 0.46.

The process color (four color CMYK) of #d6177b color hex is 0.00, 0.89, 0.43, 0.16. Web safe color of #d6177b is #cc0066. Color #d6177b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010111 01111011
Octal 326 27 173
Decimal 214 23 123
Hex D6 17 7B

RGB Percentages of Color #d6177b

%59.44
%6.39
%34.17

CMYK Percentages of Color #d6177b

%0
%89
%43
%16

Triadic Colors of #d6177b

#d6177b #7bd617 #177bd6

Analogous Colors of #d6177b

#d6177b #d6171c #d217d6

Monochromatic Colors of #d6177b

#d6177b

Complementary Color

#d6177b #17d672

#d6177b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6177b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6177b Color CSS Codes

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

#d6177b Text Font Color

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

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


#d6177b Background Color

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

This div background color is #d6177b


#d6177b Border Color

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

This div border color is #d6177b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6177b


Comments

No comments written yet.

Please login to write comment.