Color Hex Logo

#d94b9d Color Hex

#D94B9D
(217,75,157)
0 Favorites   0 Comments

Color spaces of #d94b9d

RGB 21775157
HSL0.900.650.57
HSV325°65°85°
CMYK 0.000.650.28   0.15
XYZ37.217222.218234.2253
Yxy22.21820.39740.2372
Hunter Lab47.136258.4495-10.0548
CIE-Lab54.257862.9604-14.8514

#d94b9d color RGB value is (217,75,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001011 10011101
Octal 331 113 235
Decimal 217 75 157
Hex D9 4B 9D

RGB Percentages of Color #d94b9d

%48.33
%16.70
%34.97

CMYK Percentages of Color #d94b9d

%0
%65
%28
%15

Triadic Colors of #d94b9d

#d94b9d #9dd94b #4b9dd9

Analogous Colors of #d94b9d

#d94b9d #d94b56 #ce4bd9

Monochromatic Colors of #d94b9d

#d94b9d

Complementary Color

#d94b9d #4bd987

#d94b9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94b9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94b9d Color CSS Codes

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

#d94b9d Text Font Color

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

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


#d94b9d Background Color

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

This div background color is #d94b9d


#d94b9d Border Color

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

This div border color is #d94b9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94b9d


Comments

No comments written yet.

Please login to write comment.