Color Hex Logo

#d186fb Color Hex

#D186FB
(209,134,251)
0 Favorites   0 Comments

Color spaces of #d186fb

RGB 209134251
HSL0.770.940.75
HSV278°47°98°
CMYK 0.170.470.00   0.02
XYZ52.232237.570595.7657
Yxy37.57050.28150.2025
Hunter Lab61.294844.8425-49.7271
CIE-Lab67.702948.7584-47.3073

#d186fb color RGB value is (209,134,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000110 11111011
Octal 321 206 373
Decimal 209 134 251
Hex D1 86 FB

RGB Percentages of Color #d186fb

%35.19
%22.56
%42.26

CMYK Percentages of Color #d186fb

%17
%47
%0
%2

Triadic Colors of #d186fb

#d186fb #fbd186 #86fbd1

Analogous Colors of #d186fb

#d186fb #fb86eb #9786fb

Monochromatic Colors of #d186fb

#d186fb

Complementary Color

#d186fb #b0fb86

#d186fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d186fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d186fb Color CSS Codes

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

#d186fb Text Font Color

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

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


#d186fb Background Color

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

This div background color is #d186fb


#d186fb Border Color

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

This div border color is #d186fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d186fb

Related Colors


Comments

No comments written yet.

Please login to write comment.