Color Hex Logo

#bda1ed Color Hex

#BDA1ED
(189,161,237)
0 Favorites   0 Comments

Color spaces of #bda1ed

RGB 189161237
HSL0.730.680.78
HSV262°32°93°
CMYK 0.200.320.00   0.07
XYZ49.017242.423085.7257
Yxy42.42300.27670.2395
Hunter Lab65.132920.3514-32.4424
CIE-Lab71.161625.2687-34.3988

#bda1ed color RGB value is (189,161,237).

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

The process color (four color CMYK) of #bda1ed color hex is 0.20, 0.32, 0.00, 0.07. Web safe color of #bda1ed is #cc99ff. Color #bda1ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 11101101
Octal 275 241 355
Decimal 189 161 237
Hex BD A1 ED

RGB Percentages of Color #bda1ed

%32.20
%27.43
%40.37

CMYK Percentages of Color #bda1ed

%20
%32
%0
%7

Triadic Colors of #bda1ed

#bda1ed #edbda1 #a1edbd

Analogous Colors of #bda1ed

#bda1ed #e3a1ed #a1abed

Monochromatic Colors of #bda1ed

#bda1ed

Complementary Color

#bda1ed #d1eda1

#bda1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda1ed Color CSS Codes

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

#bda1ed Text Font Color

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

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


#bda1ed Background Color

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

This div background color is #bda1ed


#bda1ed Border Color

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

This div border color is #bda1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda1ed


Comments

No comments written yet.

Please login to write comment.