Color Hex Logo

#d19bfd Color Hex

#D19BFD
(209,155,253)
0 Favorites   0 Comments

Color spaces of #d19bfd

RGB 209155253
HSL0.760.960.80
HSV273°39°99°
CMYK 0.170.390.00   0.01
XYZ55.745544.089898.5006
Yxy44.08980.28110.2223
Hunter Lab66.400233.6574-41.4730
CIE-Lab72.288537.9767-41.2081

#d19bfd color RGB value is (209,155,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011011 11111101
Octal 321 233 375
Decimal 209 155 253
Hex D1 9B FD

RGB Percentages of Color #d19bfd

%33.87
%25.12
%41.00

CMYK Percentages of Color #d19bfd

%17
%39
%0
%1

Triadic Colors of #d19bfd

#d19bfd #fdd19b #9bfdd1

Analogous Colors of #d19bfd

#d19bfd #fd9bf8 #a09bfd

Monochromatic Colors of #d19bfd

#d19bfd

Complementary Color

#d19bfd #c7fd9b

#d19bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19bfd Color CSS Codes

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

#d19bfd Text Font Color

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

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


#d19bfd Background Color

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

This div background color is #d19bfd


#d19bfd Border Color

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

This div border color is #d19bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.