Color Hex Logo

#bda6ea Color Hex

#BDA6EA
(189,166,234)
0 Favorites   0 Comments

Color spaces of #bda6ea

RGB 189166234
HSL0.720.620.78
HSV260°29°92°
CMYK 0.190.290.00   0.08
XYZ49.473844.031883.7333
Yxy44.03180.27910.2484
Hunter Lab66.356516.9615-28.3668
CIE-Lab72.249721.8195-31.0807

#bda6ea color RGB value is (189,166,234).

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

The process color (four color CMYK) of #bda6ea color hex is 0.19, 0.29, 0.00, 0.08. Web safe color of #bda6ea is #cc99ff. Color #bda6ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 11101010
Octal 275 246 352
Decimal 189 166 234
Hex BD A6 EA

RGB Percentages of Color #bda6ea

%32.09
%28.18
%39.73

CMYK Percentages of Color #bda6ea

%19
%29
%0
%8

Triadic Colors of #bda6ea

#bda6ea #eabda6 #a6eabd

Analogous Colors of #bda6ea

#bda6ea #dfa6ea #a6b1ea

Monochromatic Colors of #bda6ea

#bda6ea

Complementary Color

#bda6ea #d3eaa6

#bda6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda6ea Color CSS Codes

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

#bda6ea Text Font Color

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

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


#bda6ea Background Color

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

This div background color is #bda6ea


#bda6ea Border Color

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

This div border color is #bda6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda6ea


Comments

No comments written yet.

Please login to write comment.