Color Hex Logo

#d396cc Color Hex

#D396CC
(211,150,204)
0 Favorites   0 Comments

Color spaces of #d396cc

RGB 211150204
HSL0.850.410.71
HSV307°29°83°
CMYK 0.000.290.03   0.17
XYZ48.669440.021262.2865
Yxy40.02120.32240.2651
Hunter Lab63.262326.6158-14.0918
CIE-Lab69.484631.5464-18.6381

#d396cc color RGB value is (211,150,204).

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

The process color (four color CMYK) of #d396cc color hex is 0.00, 0.29, 0.03, 0.17. Web safe color of #d396cc is #cc99cc. Color #d396cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010110 11001100
Octal 323 226 314
Decimal 211 150 204
Hex D3 96 CC

RGB Percentages of Color #d396cc

%37.35
%26.55
%36.11

CMYK Percentages of Color #d396cc

%0
%29
%3
%17

Triadic Colors of #d396cc

#d396cc #ccd396 #96ccd3

Analogous Colors of #d396cc

#d396cc #d396ae #bc96d3

Monochromatic Colors of #d396cc

#d396cc

Complementary Color

#d396cc #96d39d

#d396cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d396cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d396cc Color CSS Codes

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

#d396cc Text Font Color

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

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


#d396cc Background Color

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

This div background color is #d396cc


#d396cc Border Color

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

This div border color is #d396cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d396cc


Comments

No comments written yet.

Please login to write comment.