Color Hex Logo

#d382ea Color Hex

#D382EA
(211,130,234)
0 Favorites   0 Comments

Color spaces of #d382ea

RGB 211130234
HSL0.800.710.71
HSV287°44°92°
CMYK 0.100.440.00   0.08
XYZ49.697935.754782.1239
Yxy35.75470.29660.2134
Hunter Lab59.795243.7159-39.5733
CIE-Lab66.332147.9331-40.1020

#d382ea color RGB value is (211,130,234).

#d382ea hex color red value is 211, green value is 130 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d382ea hue: 0.80 , saturation: 0.71 and the lightness value of d382ea is 0.71.

The process color (four color CMYK) of #d382ea color hex is 0.10, 0.44, 0.00, 0.08. Web safe color of #d382ea is #cc99ff. Color #d382ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000010 11101010
Octal 323 202 352
Decimal 211 130 234
Hex D3 82 EA

RGB Percentages of Color #d382ea

%36.70
%22.61
%40.70

CMYK Percentages of Color #d382ea

%10
%44
%0
%8

Triadic Colors of #d382ea

#d382ea #ead382 #82ead3

Analogous Colors of #d382ea

#d382ea #ea82cd #9f82ea

Monochromatic Colors of #d382ea

#d382ea

Complementary Color

#d382ea #99ea82

#d382ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d382ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d382ea Color CSS Codes

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

#d382ea Text Font Color

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

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


#d382ea Background Color

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

This div background color is #d382ea


#d382ea Border Color

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

This div border color is #d382ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d382ea


Comments

No comments written yet.

Please login to write comment.