Color Hex Logo

#d379cc Color Hex

#D379CC
(211,121,204)
0 Favorites   0 Comments

Color spaces of #d379cc

RGB 211121204
HSL0.850.510.65
HSV305°43°83°
CMYK 0.000.430.03   0.17
XYZ44.600431.883360.9301
Yxy31.88330.32460.2320
Hunter Lab56.465342.1780-24.4524
CIE-Lab63.246346.9620-28.1798

#d379cc color RGB value is (211,121,204).

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

The process color (four color CMYK) of #d379cc color hex is 0.00, 0.43, 0.03, 0.17. Web safe color of #d379cc is #cc66cc. Color #d379cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111001 11001100
Octal 323 171 314
Decimal 211 121 204
Hex D3 79 CC

RGB Percentages of Color #d379cc

%39.37
%22.57
%38.06

CMYK Percentages of Color #d379cc

%0
%43
%3
%17

Triadic Colors of #d379cc

#d379cc #ccd379 #79ccd3

Analogous Colors of #d379cc

#d379cc #d3799f #ad79d3

Monochromatic Colors of #d379cc

#d379cc

Complementary Color

#d379cc #79d380

#d379cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d379cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d379cc Color CSS Codes

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

#d379cc Text Font Color

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

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


#d379cc Background Color

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

This div background color is #d379cc


#d379cc Border Color

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

This div border color is #d379cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d379cc


Comments

No comments written yet.

Please login to write comment.