Color Hex Logo

#d18bfa Color Hex

#D18BFA
(209,139,250)
0 Favorites   0 Comments

Color spaces of #d18bfa

RGB 209139250
HSL0.770.920.76
HSV278°44°98°
CMYK 0.160.440.00   0.02
XYZ52.782438.922795.1734
Yxy38.92270.28240.2083
Hunter Lab62.388141.8379-46.7756
CIE-Lab68.695245.9139-45.2004

#d18bfa color RGB value is (209,139,250).

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

The process color (four color CMYK) of #d18bfa color hex is 0.16, 0.44, 0.00, 0.02. Web safe color of #d18bfa is #cc99ff. Color #d18bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001011 11111010
Octal 321 213 372
Decimal 209 139 250
Hex D1 8B FA

RGB Percentages of Color #d18bfa

%34.95
%23.24
%41.81

CMYK Percentages of Color #d18bfa

%16
%44
%0
%2

Triadic Colors of #d18bfa

#d18bfa #fad18b #8bfad1

Analogous Colors of #d18bfa

#d18bfa #fa8bec #9a8bfa

Monochromatic Colors of #d18bfa

#d18bfa

Complementary Color

#d18bfa #b4fa8b

#d18bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18bfa Color CSS Codes

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

#d18bfa Text Font Color

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

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


#d18bfa Background Color

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

This div background color is #d18bfa


#d18bfa Border Color

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

This div border color is #d18bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18bfa


Comments

No comments written yet.

Please login to write comment.