Color Hex Logo

#d744cc Color Hex

#D744CC
(215,68,204)
0 Favorites   0 Comments

Color spaces of #d744cc

RGB 21568204
HSL0.850.650.55
HSV304°68°84°
CMYK 0.000.680.05   0.16
XYZ40.990522.941059.3943
Yxy22.94100.33240.1860
Hunter Lab47.896868.9426-39.9947
CIE-Lab55.011571.6779-40.9812

#d744cc color RGB value is (215,68,204).

#d744cc hex color red value is 215, green value is 68 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d744cc hue: 0.85 , saturation: 0.65 and the lightness value of d744cc is 0.55.

The process color (four color CMYK) of #d744cc color hex is 0.00, 0.68, 0.05, 0.16. Web safe color of #d744cc is #cc33cc. Color #d744cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000100 11001100
Octal 327 104 314
Decimal 215 68 204
Hex D7 44 CC

RGB Percentages of Color #d744cc

%44.15
%13.96
%41.89

CMYK Percentages of Color #d744cc

%0
%68
%5
%16

Triadic Colors of #d744cc

#d744cc #ccd744 #44ccd7

Analogous Colors of #d744cc

#d744cc #d74483 #9944d7

Monochromatic Colors of #d744cc

#d744cc

Complementary Color

#d744cc #44d74f

#d744cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d744cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d744cc Color CSS Codes

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

#d744cc Text Font Color

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

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


#d744cc Background Color

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

This div background color is #d744cc


#d744cc Border Color

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

This div border color is #d744cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d744cc


Comments

No comments written yet.

Please login to write comment.