Color Hex Logo

#d376dd Color Hex

#D376DD
(211,118,221)
0 Favorites   0 Comments

Color spaces of #d376dd

RGB 211118221
HSL0.820.600.66
HSV294°47°87°
CMYK 0.050.470.00   0.13
XYZ46.393532.026272.1431
Yxy32.02620.30810.2127
Hunter Lab56.591747.2977-35.9687
CIE-Lab63.364551.5911-37.5225

#d376dd color RGB value is (211,118,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110110 11011101
Octal 323 166 335
Decimal 211 118 221
Hex D3 76 DD

RGB Percentages of Color #d376dd

%38.36
%21.45
%40.18

CMYK Percentages of Color #d376dd

%5
%47
%0
%13

Triadic Colors of #d376dd

#d376dd #ddd376 #76ddd3

Analogous Colors of #d376dd

#d376dd #dd76b4 #a076dd

Monochromatic Colors of #d376dd

#d376dd

Complementary Color

#d376dd #80dd76

#d376dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d376dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d376dd Color CSS Codes

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

#d376dd Text Font Color

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

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


#d376dd Background Color

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

This div background color is #d376dd


#d376dd Border Color

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

This div border color is #d376dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d376dd


Comments

No comments written yet.

Please login to write comment.