Color Hex Logo

#d94baf Color Hex

#D94BAF
(217,75,175)
0 Favorites   0 Comments

Color spaces of #d94baf

RGB 21775175
HSL0.880.650.57
HSV318°65°85°
CMYK 0.000.650.19   0.15
XYZ38.869222.879042.9249
Yxy22.87900.37130.2186
Hunter Lab47.832061.3465-19.7250
CIE-Lab54.947565.3216-24.3260

#d94baf color RGB value is (217,75,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001011 10101111
Octal 331 113 257
Decimal 217 75 175
Hex D9 4B AF

RGB Percentages of Color #d94baf

%46.47
%16.06
%37.47

CMYK Percentages of Color #d94baf

%0
%65
%19
%15

Triadic Colors of #d94baf

#d94baf #afd94b #4bafd9

Analogous Colors of #d94baf

#d94baf #d94b68 #bc4bd9

Monochromatic Colors of #d94baf

#d94baf

Complementary Color

#d94baf #4bd975

#d94baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94baf Color CSS Codes

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

#d94baf Text Font Color

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

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


#d94baf Background Color

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

This div background color is #d94baf


#d94baf Border Color

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

This div border color is #d94baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94baf


Comments

No comments written yet.

Please login to write comment.