Color Hex Logo

#d2a3ea Color Hex

#D2A3EA
(210,163,234)
0 Favorites   0 Comments

Color spaces of #d2a3ea

RGB 210163234
HSL0.780.630.78
HSV280°30°92°
CMYK 0.100.300.00   0.08
XYZ54.526845.836583.8154
Yxy45.83650.29610.2489
Hunter Lab67.702725.2818-26.0087
CIE-Lab73.439329.9438-29.0895

#d2a3ea color RGB value is (210,163,234).

#d2a3ea hex color red value is 210, green value is 163 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d2a3ea hue: 0.78 , saturation: 0.63 and the lightness value of d2a3ea is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10100011 11101010
Octal 322 243 352
Decimal 210 163 234
Hex D2 A3 EA

RGB Percentages of Color #d2a3ea

%34.60
%26.85
%38.55

CMYK Percentages of Color #d2a3ea

%10
%30
%0
%8

Triadic Colors of #d2a3ea

#d2a3ea #ead2a3 #a3ead2

Analogous Colors of #d2a3ea

#d2a3ea #eaa3df #afa3ea

Monochromatic Colors of #d2a3ea

#d2a3ea

Complementary Color

#d2a3ea #bbeaa3

#d2a3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2a3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2a3ea Color CSS Codes

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

#d2a3ea Text Font Color

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

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


#d2a3ea Background Color

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

This div background color is #d2a3ea


#d2a3ea Border Color

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

This div border color is #d2a3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2a3ea


Comments

No comments written yet.

Please login to write comment.