Color Hex Logo

#bda2ea Color Hex

#BDA2EA
(189,162,234)
0 Favorites   0 Comments

Color spaces of #bda2ea

RGB 189162234
HSL0.730.630.78
HSV263°31°92°
CMYK 0.190.310.00   0.08
XYZ48.757942.600083.4947
Yxy42.60000.27890.2436
Hunter Lab65.268719.1253-30.1584
CIE-Lab71.282624.0387-32.5739

#bda2ea color RGB value is (189,162,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 11101010
Octal 275 242 352
Decimal 189 162 234
Hex BD A2 EA

RGB Percentages of Color #bda2ea

%32.31
%27.69
%40.00

CMYK Percentages of Color #bda2ea

%19
%31
%0
%8

Triadic Colors of #bda2ea

#bda2ea #eabda2 #a2eabd

Analogous Colors of #bda2ea

#bda2ea #e1a2ea #a2abea

Monochromatic Colors of #bda2ea

#bda2ea

Complementary Color

#bda2ea #cfeaa2

#bda2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda2ea Color CSS Codes

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

#bda2ea Text Font Color

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

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


#bda2ea Background Color

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

This div background color is #bda2ea


#bda2ea Border Color

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

This div border color is #bda2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda2ea


Comments

No comments written yet.

Please login to write comment.