Color Hex Logo

#bda0ea Color Hex

#BDA0EA
(189,160,234)
0 Favorites   0 Comments

Color spaces of #bda0ea

RGB 189160234
HSL0.730.640.77
HSV264°32°92°
CMYK 0.190.320.00   0.08
XYZ48.408441.900983.3782
Yxy41.90090.27870.2412
Hunter Lab64.730920.2105-31.0583
CIE-Lab70.802525.1494-33.3165

#bda0ea color RGB value is (189,160,234).

#bda0ea hex color red value is 189, green value is 160 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bda0ea hue: 0.73 , saturation: 0.64 and the lightness value of bda0ea is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 11101010
Octal 275 240 352
Decimal 189 160 234
Hex BD A0 EA

RGB Percentages of Color #bda0ea

%32.42
%27.44
%40.14

CMYK Percentages of Color #bda0ea

%19
%32
%0
%8

Triadic Colors of #bda0ea

#bda0ea #eabda0 #a0eabd

Analogous Colors of #bda0ea

#bda0ea #e2a0ea #a0a8ea

Monochromatic Colors of #bda0ea

#bda0ea

Complementary Color

#bda0ea #cdeaa0

#bda0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda0ea Color CSS Codes

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

#bda0ea Text Font Color

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

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


#bda0ea Background Color

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

This div background color is #bda0ea


#bda0ea Border Color

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

This div border color is #bda0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda0ea


Comments

No comments written yet.

Please login to write comment.