Color Hex Logo

#d94cbd Color Hex

#D94CBD
(217,76,189)
0 Favorites   0 Comments

Color spaces of #d94cbd

RGB 21776189
HSL0.870.650.57
HSV312°65°85°
CMYK 0.000.650.13   0.15
XYZ40.385023.594750.5698
Yxy23.59470.35260.2060
Hunter Lab48.574463.4007-27.7236
CIE-Lab55.679766.9285-31.2985

#d94cbd color RGB value is (217,76,189).

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

The process color (four color CMYK) of #d94cbd color hex is 0.00, 0.65, 0.13, 0.15. Web safe color of #d94cbd is #cc33cc. Color #d94cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001100 10111101
Octal 331 114 275
Decimal 217 76 189
Hex D9 4C BD

RGB Percentages of Color #d94cbd

%45.02
%15.77
%39.21

CMYK Percentages of Color #d94cbd

%0
%65
%13
%15

Triadic Colors of #d94cbd

#d94cbd #bdd94c #4cbdd9

Analogous Colors of #d94cbd

#d94cbd #d94c77 #af4cd9

Monochromatic Colors of #d94cbd

#d94cbd

Complementary Color

#d94cbd #4cd968

#d94cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94cbd Color CSS Codes

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

#d94cbd Text Font Color

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

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


#d94cbd Background Color

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

This div background color is #d94cbd


#d94cbd Border Color

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

This div border color is #d94cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94cbd


Comments

No comments written yet.

Please login to write comment.