Color Hex Logo

#d486ea Color Hex

#D486EA
(212,134,234)
0 Favorites   0 Comments

Color spaces of #d486ea

RGB 212134234
HSL0.800.700.72
HSV287°43°92°
CMYK 0.090.430.00   0.08
XYZ50.527836.987882.3181
Yxy36.98780.29750.2178
Hunter Lab60.817641.8686-37.6781
CIE-Lab67.267946.1293-38.6319

#d486ea color RGB value is (212,134,234).

#d486ea hex color red value is 212, green value is 134 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d486ea hue: 0.80 , saturation: 0.70 and the lightness value of d486ea is 0.72.

The process color (four color CMYK) of #d486ea color hex is 0.09, 0.43, 0.00, 0.08. Web safe color of #d486ea is #cc99ff. Color #d486ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000110 11101010
Octal 324 206 352
Decimal 212 134 234
Hex D4 86 EA

RGB Percentages of Color #d486ea

%36.55
%23.10
%40.34

CMYK Percentages of Color #d486ea

%9
%43
%0
%8

Triadic Colors of #d486ea

#d486ea #ead486 #86ead4

Analogous Colors of #d486ea

#d486ea #ea86ce #a286ea

Monochromatic Colors of #d486ea

#d486ea

Complementary Color

#d486ea #9cea86

#d486ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d486ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d486ea Color CSS Codes

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

#d486ea Text Font Color

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

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


#d486ea Background Color

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

This div background color is #d486ea


#d486ea Border Color

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

This div border color is #d486ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d486ea


Comments

No comments written yet.

Please login to write comment.