Color Hex Logo

#d586ef Color Hex

#D586EF
(213,134,239)
0 Favorites   0 Comments

Color spaces of #d586ef

RGB 213134239
HSL0.790.770.73
HSV285°44°94°
CMYK 0.110.440.00   0.06
XYZ51.545737.428386.1690
Yxy37.42830.29430.2137
Hunter Lab61.178743.3314-40.6838
CIE-Lab67.597147.4120-40.8622

#d586ef color RGB value is (213,134,239).

#d586ef hex color red value is 213, green value is 134 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d586ef hue: 0.79 , saturation: 0.77 and the lightness value of d586ef is 0.73.

The process color (four color CMYK) of #d586ef color hex is 0.11, 0.44, 0.00, 0.06. Web safe color of #d586ef is #cc99ff. Color #d586ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000110 11101111
Octal 325 206 357
Decimal 213 134 239
Hex D5 86 EF

RGB Percentages of Color #d586ef

%36.35
%22.87
%40.78

CMYK Percentages of Color #d586ef

%11
%44
%0
%6

Triadic Colors of #d586ef

#d586ef #efd586 #86efd5

Analogous Colors of #d586ef

#d586ef #ef86d5 #a186ef

Monochromatic Colors of #d586ef

#d586ef

Complementary Color

#d586ef #a0ef86

#d586ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d586ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d586ef Color CSS Codes

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

#d586ef Text Font Color

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

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


#d586ef Background Color

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

This div background color is #d586ef


#d586ef Border Color

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

This div border color is #d586ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d586ef

#d586ef Color Palettes


Comments

No comments written yet.

Please login to write comment.