Color Hex Logo

#d382de Color Hex

#D382DE
(211,130,222)
0 Favorites   0 Comments

Color spaces of #d382de

RGB 211130222
HSL0.810.580.69
HSV293°41°87°
CMYK 0.050.410.00   0.13
XYZ48.031435.088173.3484
Yxy35.08810.30700.2243
Hunter Lab59.235241.0767-31.9516
CIE-Lab65.817245.5987-34.2594

#d382de color RGB value is (211,130,222).

#d382de hex color red value is 211, green value is 130 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d382de hue: 0.81 , saturation: 0.58 and the lightness value of d382de is 0.69.

The process color (four color CMYK) of #d382de color hex is 0.05, 0.41, 0.00, 0.13. Web safe color of #d382de is #cc99cc. Color #d382de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000010 11011110
Octal 323 202 336
Decimal 211 130 222
Hex D3 82 DE

RGB Percentages of Color #d382de

%37.48
%23.09
%39.43

CMYK Percentages of Color #d382de

%5
%41
%0
%13

Triadic Colors of #d382de

#d382de #ded382 #82ded3

Analogous Colors of #d382de

#d382de #de82bb #a582de

Monochromatic Colors of #d382de

#d382de

Complementary Color

#d382de #8dde82

#d382de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d382de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d382de Color CSS Codes

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

#d382de Text Font Color

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

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


#d382de Background Color

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

This div background color is #d382de


#d382de Border Color

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

This div border color is #d382de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d382de


Comments

No comments written yet.

Please login to write comment.