Color Hex Logo

#d5bafa Color Hex

#D5BAFA
(213,186,250)
0 Favorites   0 Comments

Color spaces of #d5bafa

RGB 213186250
HSL0.740.860.85
HSV265°26°98°
CMYK 0.150.260.00   0.02
XYZ62.254856.166198.0024
Yxy56.16610.28770.2595
Hunter Lab74.944017.1250-25.0712
CIE-Lab79.708321.6894-28.0887

#d5bafa color RGB value is (213,186,250).

#d5bafa hex color red value is 213, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d5bafa hue: 0.74 , saturation: 0.86 and the lightness value of d5bafa is 0.85.

The process color (four color CMYK) of #d5bafa color hex is 0.15, 0.26, 0.00, 0.02. Web safe color of #d5bafa is #ccccff. Color #d5bafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111010 11111010
Octal 325 272 372
Decimal 213 186 250
Hex D5 BA FA

RGB Percentages of Color #d5bafa

%32.82
%28.66
%38.52

CMYK Percentages of Color #d5bafa

%15
%26
%0
%2

Triadic Colors of #d5bafa

#d5bafa #fad5ba #bafad5

Analogous Colors of #d5bafa

#d5bafa #f5bafa #babffa

Monochromatic Colors of #d5bafa

#d5bafa

Complementary Color

#d5bafa #dffaba

#d5bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5bafa Color CSS Codes

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

#d5bafa Text Font Color

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

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


#d5bafa Background Color

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

This div background color is #d5bafa


#d5bafa Border Color

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

This div border color is #d5bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5bafa

Related Colors


Comments

No comments written yet.

Please login to write comment.