Color Hex Logo

#bda5fe Color Hex

#BDA5FE
(189,165,254)
0 Favorites   0 Comments

Color spaces of #bda5fe

RGB 189165254
HSL0.710.980.82
HSV256°35°100°
CMYK 0.260.350.00   0.00
XYZ52.330844.884899.6714
Yxy44.88480.26580.2280
Hunter Lab66.996122.1835-41.3096
CIE-Lab72.816026.9766-41.0620

#bda5fe color RGB value is (189,165,254).

#bda5fe hex color red value is 189, green value is 165 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bda5fe hue: 0.71 , saturation: 0.98 and the lightness value of bda5fe is 0.82.

The process color (four color CMYK) of #bda5fe color hex is 0.26, 0.35, 0.00, 0.00. Web safe color of #bda5fe is #cc99ff. Color #bda5fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100101 11111110
Octal 275 245 376
Decimal 189 165 254
Hex BD A5 FE

RGB Percentages of Color #bda5fe

%31.09
%27.14
%41.78

CMYK Percentages of Color #bda5fe

%26
%35
%0
%0

Triadic Colors of #bda5fe

#bda5fe #febda5 #a5febd

Analogous Colors of #bda5fe

#bda5fe #eaa5fe #a5bafe

Monochromatic Colors of #bda5fe

#bda5fe

Complementary Color

#bda5fe #e6fea5

#bda5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda5fe Color CSS Codes

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

#bda5fe Text Font Color

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

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


#bda5fe Background Color

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

This div background color is #bda5fe


#bda5fe Border Color

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

This div border color is #bda5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda5fe

Related Colors

#bda5fe Color Palettes


Comments

No comments written yet.

Please login to write comment.