Color Hex Logo

#d382cd Color Hex

#D382CD
(211,130,205)
0 Favorites   0 Comments

Color spaces of #d382cd

RGB 211130205
HSL0.850.480.67
HSV304°38°83°
CMYK 0.000.380.03   0.17
XYZ45.866034.221961.9457
Yxy34.22190.32290.2409
Hunter Lab58.499537.5772-21.8331
CIE-Lab65.138342.4477-25.8284

#d382cd color RGB value is (211,130,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000010 11001101
Octal 323 202 315
Decimal 211 130 205
Hex D3 82 CD

RGB Percentages of Color #d382cd

%38.64
%23.81
%37.55

CMYK Percentages of Color #d382cd

%0
%38
%3
%17

Triadic Colors of #d382cd

#d382cd #cdd382 #82cdd3

Analogous Colors of #d382cd

#d382cd #d382a5 #b182d3

Monochromatic Colors of #d382cd

#d382cd

Complementary Color

#d382cd #82d388

#d382cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d382cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d382cd Color CSS Codes

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

#d382cd Text Font Color

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

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


#d382cd Background Color

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

This div background color is #d382cd


#d382cd Border Color

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

This div border color is #d382cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d382cd


Comments

No comments written yet.

Please login to write comment.