Color Hex Logo

#d544cc Color Hex

#D544CC
(213,68,204)
0 Favorites   0 Comments

Color spaces of #d544cc

RGB 21368204
HSL0.840.630.55
HSV304°68°84°
CMYK 0.000.680.04   0.16
XYZ40.406822.640059.3670
Yxy22.64000.33010.1849
Hunter Lab47.581568.3167-40.6685
CIE-Lab54.699671.2208-41.4940

#d544cc color RGB value is (213,68,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000100 11001100
Octal 325 104 314
Decimal 213 68 204
Hex D5 44 CC

RGB Percentages of Color #d544cc

%43.92
%14.02
%42.06

CMYK Percentages of Color #d544cc

%0
%68
%4
%16

Triadic Colors of #d544cc

#d544cc #ccd544 #44ccd5

Analogous Colors of #d544cc

#d544cc #d54484 #9644d5

Monochromatic Colors of #d544cc

#d544cc

Complementary Color

#d544cc #44d54d

#d544cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d544cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d544cc Color CSS Codes

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

#d544cc Text Font Color

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

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


#d544cc Background Color

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

This div background color is #d544cc


#d544cc Border Color

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

This div border color is #d544cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,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 #d544cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d544cc


Comments

No comments written yet.

Please login to write comment.