Color Hex Logo

#d94bcd Color Hex

#D94BCD
(217,75,205)
0 Favorites   0 Comments

Color spaces of #d94bcd

RGB 21775205
HSL0.850.650.57
HSV305°65°85°
CMYK 0.000.650.06   0.15
XYZ42.150824.191660.2055
Yxy24.19160.33310.1912
Hunter Lab49.185066.8983-38.1452
CIE-Lab56.279169.7453-39.5363

#d94bcd color RGB value is (217,75,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001011 11001101
Octal 331 113 315
Decimal 217 75 205
Hex D9 4B CD

RGB Percentages of Color #d94bcd

%43.66
%15.09
%41.25

CMYK Percentages of Color #d94bcd

%0
%65
%6
%15

Triadic Colors of #d94bcd

#d94bcd #cdd94b #4bcdd9

Analogous Colors of #d94bcd

#d94bcd #d94b86 #9e4bd9

Monochromatic Colors of #d94bcd

#d94bcd

Complementary Color

#d94bcd #4bd957

#d94bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94bcd Color CSS Codes

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

#d94bcd Text Font Color

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

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


#d94bcd Background Color

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

This div background color is #d94bcd


#d94bcd Border Color

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

This div border color is #d94bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94bcd


Comments

No comments written yet.

Please login to write comment.