Color Hex Logo

#d382ce Color Hex

#D382CE
(211,130,206)
0 Favorites   0 Comments

Color spaces of #d382ce

RGB 211130206
HSL0.840.480.67
HSV304°38°83°
CMYK 0.000.380.02   0.17
XYZ45.987234.270462.5836
Yxy34.27040.32190.2399
Hunter Lab58.540937.7752-22.4058
CIE-Lab65.176642.6277-26.3293

#d382ce color RGB value is (211,130,206).

#d382ce hex color red value is 211, green value is 130 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d382ce hue: 0.84 , saturation: 0.48 and the lightness value of d382ce is 0.67.

The process color (four color CMYK) of #d382ce color hex is 0.00, 0.38, 0.02, 0.17. Web safe color of #d382ce is #cc99cc. Color #d382ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000010 11001110
Octal 323 202 316
Decimal 211 130 206
Hex D3 82 CE

RGB Percentages of Color #d382ce

%38.57
%23.77
%37.66

CMYK Percentages of Color #d382ce

%0
%38
%2
%17

Triadic Colors of #d382ce

#d382ce #ced382 #82ced3

Analogous Colors of #d382ce

#d382ce #d382a6 #b082d3

Monochromatic Colors of #d382ce

#d382ce

Complementary Color

#d382ce #82d387

#d382ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d382ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d382ce Color CSS Codes

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

#d382ce Text Font Color

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

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


#d382ce Background Color

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

This div background color is #d382ce


#d382ce Border Color

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

This div border color is #d382ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d382ce


Comments

No comments written yet.

Please login to write comment.