Color Hex Logo

#d944ca Color Hex

#D944CA
(217,68,202)
0 Favorites   0 Comments

Color spaces of #d944ca

RGB 21768202
HSL0.850.660.56
HSV306°69°85°
CMYK 0.000.690.07   0.15
XYZ41.343123.150258.1665
Yxy23.15020.33710.1887
Hunter Lab48.114769.1776-37.9963
CIE-Lab55.226771.8304-39.4763

#d944ca color RGB value is (217,68,202).

#d944ca hex color red value is 217, green value is 68 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d944ca hue: 0.85 , saturation: 0.66 and the lightness value of d944ca is 0.56.

The process color (four color CMYK) of #d944ca color hex is 0.00, 0.69, 0.07, 0.15. Web safe color of #d944ca is #cc33cc. Color #d944ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000100 11001010
Octal 331 104 312
Decimal 217 68 202
Hex D9 44 CA

RGB Percentages of Color #d944ca

%44.56
%13.96
%41.48

CMYK Percentages of Color #d944ca

%0
%69
%7
%15

Triadic Colors of #d944ca

#d944ca #cad944 #44cad9

Analogous Colors of #d944ca

#d944ca #d94480 #9e44d9

Monochromatic Colors of #d944ca

#d944ca

Complementary Color

#d944ca #44d953

#d944ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d944ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d944ca Color CSS Codes

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

#d944ca Text Font Color

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

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


#d944ca Background Color

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

This div background color is #d944ca


#d944ca Border Color

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

This div border color is #d944ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d944ca


Comments

No comments written yet.

Please login to write comment.