Color Hex Logo

#d376de Color Hex

#D376DE
(211,118,222)
0 Favorites   0 Comments

Color spaces of #d376de

RGB 211118222
HSL0.820.610.67
HSV294°47°87°
CMYK 0.050.470.00   0.13
XYZ46.527232.079772.8470
Yxy32.07970.30720.2118
Hunter Lab56.638947.5143-36.6094
CIE-Lab63.408751.7785-38.0116

#d376de color RGB value is (211,118,222).

#d376de hex color red value is 211, green value is 118 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d376de hue: 0.82 , saturation: 0.61 and the lightness value of d376de is 0.67.

The process color (four color CMYK) of #d376de color hex is 0.05, 0.47, 0.00, 0.13. Web safe color of #d376de is #cc66cc. Color #d376de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110110 11011110
Octal 323 166 336
Decimal 211 118 222
Hex D3 76 DE

RGB Percentages of Color #d376de

%38.29
%21.42
%40.29

CMYK Percentages of Color #d376de

%5
%47
%0
%13

Triadic Colors of #d376de

#d376de #ded376 #76ded3

Analogous Colors of #d376de

#d376de #de76b5 #9f76de

Monochromatic Colors of #d376de

#d376de

Complementary Color

#d376de #81de76

#d376de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d376de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d376de Color CSS Codes

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

#d376de Text Font Color

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

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


#d376de Background Color

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

This div background color is #d376de


#d376de Border Color

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

This div border color is #d376de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,118,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d376de


Comments

No comments written yet.

Please login to write comment.