Color Hex Logo

#d94bab Color Hex

#D94BAB
(217,75,171)
0 Favorites   0 Comments

Color spaces of #d94bab

RGB 21775171
HSL0.890.650.57
HSV319°65°85°
CMYK 0.000.650.21   0.15
XYZ38.482022.724140.8860
Yxy22.72410.37690.2226
Hunter Lab47.669860.6740-17.4837
CIE-Lab54.787064.7768-22.2430

#d94bab color RGB value is (217,75,171).

#d94bab hex color red value is 217, green value is 75 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d94bab hue: 0.89 , saturation: 0.65 and the lightness value of d94bab is 0.57.

The process color (four color CMYK) of #d94bab color hex is 0.00, 0.65, 0.21, 0.15. Web safe color of #d94bab is #cc3399. Color #d94bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001011 10101011
Octal 331 113 253
Decimal 217 75 171
Hex D9 4B AB

RGB Percentages of Color #d94bab

%46.87
%16.20
%36.93

CMYK Percentages of Color #d94bab

%0
%65
%21
%15

Triadic Colors of #d94bab

#d94bab #abd94b #4babd9

Analogous Colors of #d94bab

#d94bab #d94b64 #c04bd9

Monochromatic Colors of #d94bab

#d94bab

Complementary Color

#d94bab #4bd979

#d94bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94bab Color CSS Codes

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

#d94bab Text Font Color

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

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


#d94bab Background Color

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

This div background color is #d94bab


#d94bab Border Color

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

This div border color is #d94bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94bab


Comments

No comments written yet.

Please login to write comment.