Color Hex Logo

#d954c1 Color Hex

#D954C1
(217,84,193)
0 Favorites   0 Comments

Color spaces of #d954c1

RGB 21784193
HSL0.860.640.59
HSV311°61°85°
CMYK 0.000.610.11   0.15
XYZ41.411224.942653.0839
Yxy24.94260.34670.2088
Hunter Lab49.942660.6085-28.0595
CIE-Lab57.019564.3110-31.5139

#d954c1 color RGB value is (217,84,193).

#d954c1 hex color red value is 217, green value is 84 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #d954c1 hue: 0.86 , saturation: 0.64 and the lightness value of d954c1 is 0.59.

The process color (four color CMYK) of #d954c1 color hex is 0.00, 0.61, 0.11, 0.15. Web safe color of #d954c1 is #cc66cc. Color #d954c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010100 11000001
Octal 331 124 301
Decimal 217 84 193
Hex D9 54 C1

RGB Percentages of Color #d954c1

%43.93
%17.00
%39.07

CMYK Percentages of Color #d954c1

%0
%61
%11
%15

Triadic Colors of #d954c1

#d954c1 #c1d954 #54c1d9

Analogous Colors of #d954c1

#d954c1 #d9547f #af54d9

Monochromatic Colors of #d954c1

#d954c1

Complementary Color

#d954c1 #54d96c

#d954c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d954c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d954c1 Color CSS Codes

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

#d954c1 Text Font Color

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

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


#d954c1 Background Color

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

This div background color is #d954c1


#d954c1 Border Color

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

This div border color is #d954c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d954c1


Comments

No comments written yet.

Please login to write comment.