Color Hex Logo

#bda7e5 Color Hex

#BDA7E5
(189,167,229)
0 Favorites   0 Comments

Color spaces of #bda7e5

RGB 189167229
HSL0.730.540.78
HSV261°27°90°
CMYK 0.170.270.00   0.10
XYZ48.947844.113480.0636
Yxy44.11340.28270.2548
Hunter Lab66.417915.3172-24.9787
CIE-Lab72.304220.1542-28.2698

#bda7e5 color RGB value is (189,167,229).

#bda7e5 hex color red value is 189, green value is 167 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bda7e5 hue: 0.73 , saturation: 0.54 and the lightness value of bda7e5 is 0.78.

The process color (four color CMYK) of #bda7e5 color hex is 0.17, 0.27, 0.00, 0.10. Web safe color of #bda7e5 is #cc99cc. Color #bda7e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 11100101
Octal 275 247 345
Decimal 189 167 229
Hex BD A7 E5

RGB Percentages of Color #bda7e5

%32.31
%28.55
%39.15

CMYK Percentages of Color #bda7e5

%17
%27
%0
%10

Triadic Colors of #bda7e5

#bda7e5 #e5bda7 #a7e5bd

Analogous Colors of #bda7e5

#bda7e5 #dca7e5 #a7b0e5

Monochromatic Colors of #bda7e5

#bda7e5

Complementary Color

#bda7e5 #cfe5a7

#bda7e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda7e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda7e5 Color CSS Codes

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

#bda7e5 Text Font Color

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

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


#bda7e5 Background Color

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

This div background color is #bda7e5


#bda7e5 Border Color

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

This div border color is #bda7e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda7e5


Comments

No comments written yet.

Please login to write comment.