Color Hex Logo

#bda5eb Color Hex

#BDA5EB
(189,165,235)
0 Favorites   0 Comments

Color spaces of #bda5eb

RGB 189165235
HSL0.720.640.78
HSV261°30°92°
CMYK 0.200.300.00   0.08
XYZ49.436843.727284.4319
Yxy43.72720.27840.2462
Hunter Lab66.126517.7268-29.4143
CIE-Lab72.045822.5984-31.9405

#bda5eb color RGB value is (189,165,235).

#bda5eb hex color red value is 189, green value is 165 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bda5eb hue: 0.72 , saturation: 0.64 and the lightness value of bda5eb is 0.78.

The process color (four color CMYK) of #bda5eb color hex is 0.20, 0.30, 0.00, 0.08. Web safe color of #bda5eb is #cc99ff. Color #bda5eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100101 11101011
Octal 275 245 353
Decimal 189 165 235
Hex BD A5 EB

RGB Percentages of Color #bda5eb

%32.09
%28.01
%39.90

CMYK Percentages of Color #bda5eb

%20
%30
%0
%8

Triadic Colors of #bda5eb

#bda5eb #ebbda5 #a5ebbd

Analogous Colors of #bda5eb

#bda5eb #e0a5eb #a5b0eb

Monochromatic Colors of #bda5eb

#bda5eb

Complementary Color

#bda5eb #d3eba5

#bda5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda5eb Color CSS Codes

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

#bda5eb Text Font Color

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

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


#bda5eb Background Color

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

This div background color is #bda5eb


#bda5eb Border Color

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

This div border color is #bda5eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,165,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda5eb


Comments

No comments written yet.

Please login to write comment.