Color Hex Logo

#d586fc Color Hex

#D586FC
(213,134,252)
0 Favorites   0 Comments

Color spaces of #d586fc

RGB 213134252
HSL0.780.950.76
HSV280°47°99°
CMYK 0.150.470.00   0.01
XYZ53.536438.224696.6519
Yxy38.22460.28410.2029
Hunter Lab61.826046.3711-49.4091
CIE-Lab68.185850.0574-47.0639

#d586fc color RGB value is (213,134,252).

#d586fc hex color red value is 213, green value is 134 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d586fc hue: 0.78 , saturation: 0.95 and the lightness value of d586fc is 0.76.

The process color (four color CMYK) of #d586fc color hex is 0.15, 0.47, 0.00, 0.01. Web safe color of #d586fc is #cc99ff. Color #d586fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000110 11111100
Octal 325 206 374
Decimal 213 134 252
Hex D5 86 FC

RGB Percentages of Color #d586fc

%35.56
%22.37
%42.07

CMYK Percentages of Color #d586fc

%15
%47
%0
%1

Triadic Colors of #d586fc

#d586fc #fcd586 #86fcd5

Analogous Colors of #d586fc

#d586fc #fc86e8 #9a86fc

Monochromatic Colors of #d586fc

#d586fc

Complementary Color

#d586fc #adfc86

#d586fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d586fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d586fc Color CSS Codes

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

#d586fc Text Font Color

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

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


#d586fc Background Color

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

This div background color is #d586fc


#d586fc Border Color

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

This div border color is #d586fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,134,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d586fc

Related Colors


Comments

No comments written yet.

Please login to write comment.