Color Hex Logo

#d19bfe Color Hex

#D19BFE
(209,155,254)
0 Favorites   0 Comments

Color spaces of #d19bfe

RGB 209155254
HSL0.760.980.80
HSV273°39°100°
CMYK 0.180.390.00   0.00
XYZ55.905244.153899.3419
Yxy44.15380.28040.2214
Hunter Lab66.448333.8935-42.1262
CIE-Lab72.331238.1920-41.6836

#d19bfe color RGB value is (209,155,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011011 11111110
Octal 321 233 376
Decimal 209 155 254
Hex D1 9B FE

RGB Percentages of Color #d19bfe

%33.82
%25.08
%41.10

CMYK Percentages of Color #d19bfe

%18
%39
%0
%0

Triadic Colors of #d19bfe

#d19bfe #fed19b #9bfed1

Analogous Colors of #d19bfe

#d19bfe #fe9bfa #a09bfe

Monochromatic Colors of #d19bfe

#d19bfe

Complementary Color

#d19bfe #c8fe9b

#d19bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19bfe Color CSS Codes

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

#d19bfe Text Font Color

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

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


#d19bfe Background Color

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

This div background color is #d19bfe


#d19bfe Border Color

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

This div border color is #d19bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19bfe


Comments

No comments written yet.

Please login to write comment.