Color Hex Logo

#d91baf Color Hex

#D91BAF
(217,27,175)
0 Favorites   0 Comments

Color spaces of #d91baf

RGB 21727175
HSL0.870.780.48
HSV313°88°85°
CMYK 0.000.880.19   0.15
XYZ36.745118.630742.2168
Yxy18.63070.37650.1909
Hunter Lab43.163376.4221-27.7756
CIE-Lab50.252378.6720-31.6102

#d91baf color RGB value is (217,27,175).

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

The process color (four color CMYK) of #d91baf color hex is 0.00, 0.88, 0.19, 0.15. Web safe color of #d91baf is #cc3399. Color #d91baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011011 10101111
Octal 331 33 257
Decimal 217 27 175
Hex D9 1B AF

RGB Percentages of Color #d91baf

%51.79
%6.44
%41.77

CMYK Percentages of Color #d91baf

%0
%88
%19
%15

Triadic Colors of #d91baf

#d91baf #afd91b #1bafd9

Analogous Colors of #d91baf

#d91baf #d91b50 #a41bd9

Monochromatic Colors of #d91baf

#d91baf

Complementary Color

#d91baf #1bd945

#d91baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d91baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d91baf Color CSS Codes

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

#d91baf Text Font Color

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

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


#d91baf Background Color

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

This div background color is #d91baf


#d91baf Border Color

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

This div border color is #d91baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d91baf


Comments

No comments written yet.

Please login to write comment.