Color Hex Logo

#d187fe Color Hex

#D187FE
(209,135,254)
0 Favorites   0 Comments

Color spaces of #d187fe

RGB 209135254
HSL0.770.980.76
HSV277°47°100°
CMYK 0.180.470.00   0.00
XYZ52.847938.039098.3228
Yxy38.03900.27930.2010
Hunter Lab61.675845.0181-51.3464
CIE-Lab68.049348.8678-48.4005

#d187fe color RGB value is (209,135,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000111 11111110
Octal 321 207 376
Decimal 209 135 254
Hex D1 87 FE

RGB Percentages of Color #d187fe

%34.95
%22.58
%42.47

CMYK Percentages of Color #d187fe

%18
%47
%0
%0

Triadic Colors of #d187fe

#d187fe #fed187 #87fed1

Analogous Colors of #d187fe

#d187fe #fe87f0 #9687fe

Monochromatic Colors of #d187fe

#d187fe

Complementary Color

#d187fe #b4fe87

#d187fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d187fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d187fe Color CSS Codes

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

#d187fe Text Font Color

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

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


#d187fe Background Color

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

This div background color is #d187fe


#d187fe Border Color

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

This div border color is #d187fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d187fe


Comments

No comments written yet.

Please login to write comment.