Color Hex Logo

#d186fe Color Hex

#D186FE
(209,134,254)
0 Favorites   0 Comments

Color spaces of #d186fe

RGB 209134254
HSL0.770.980.76
HSV278°47°100°
CMYK 0.180.470.00   0.00
XYZ52.709037.761398.2765
Yxy37.76130.27930.2001
Hunter Lab61.450245.5707-51.8065
CIE-Lab67.844349.3911-48.7236

#d186fe color RGB value is (209,134,254).

#d186fe hex color red value is 209, green value is 134 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d186fe hue: 0.77 , saturation: 0.98 and the lightness value of d186fe is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000110 11111110
Octal 321 206 376
Decimal 209 134 254
Hex D1 86 FE

RGB Percentages of Color #d186fe

%35.01
%22.45
%42.55

CMYK Percentages of Color #d186fe

%18
%47
%0
%0

Triadic Colors of #d186fe

#d186fe #fed186 #86fed1

Analogous Colors of #d186fe

#d186fe #fe86ef #9586fe

Monochromatic Colors of #d186fe

#d186fe

Complementary Color

#d186fe #b3fe86

#d186fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d186fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d186fe Color CSS Codes

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

#d186fe Text Font Color

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

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


#d186fe Background Color

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

This div background color is #d186fe


#d186fe Border Color

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

This div border color is #d186fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d186fe

Related Colors


Comments

No comments written yet.

Please login to write comment.