Color Hex Logo

#d044cc Color Hex

#D044CC
(208,68,204)
0 Favorites   0 Comments

Color spaces of #d044cc

RGB 20868204
HSL0.840.600.54
HSV302°67°82°
CMYK 0.000.670.02   0.18
XYZ38.978621.903859.3002
Yxy21.90380.32430.1823
Hunter Lab46.801566.7610-42.3628
CIE-Lab53.924870.0776-42.7685

#d044cc color RGB value is (208,68,204).

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

The process color (four color CMYK) of #d044cc color hex is 0.00, 0.67, 0.02, 0.18. Web safe color of #d044cc is #cc33cc. Color #d044cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000100 11001100
Octal 320 104 314
Decimal 208 68 204
Hex D0 44 CC

RGB Percentages of Color #d044cc

%43.33
%14.17
%42.50

CMYK Percentages of Color #d044cc

%0
%67
%2
%18

Triadic Colors of #d044cc

#d044cc #ccd044 #44ccd0

Analogous Colors of #d044cc

#d044cc #d04486 #8e44d0

Monochromatic Colors of #d044cc

#d044cc

Complementary Color

#d044cc #44d048

#d044cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d044cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d044cc Color CSS Codes

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

#d044cc Text Font Color

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

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


#d044cc Background Color

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

This div background color is #d044cc


#d044cc Border Color

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

This div border color is #d044cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d044cc


Comments

No comments written yet.

Please login to write comment.