Color Hex Logo

#bd7aeb Color Hex

#BD7AEB
(189,122,235)
0 Favorites   0 Comments

Color spaces of #bd7aeb

RGB 189122235
HSL0.770.740.70
HSV276°48°92°
CMYK 0.200.480.00   0.08
XYZ42.941230.736082.2667
Yxy30.73600.27540.1971
Hunter Lab55.440141.2374-49.1715
CIE-Lab62.284146.2302-47.1866

#bd7aeb color RGB value is (189,122,235).

#bd7aeb hex color red value is 189, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bd7aeb hue: 0.77 , saturation: 0.74 and the lightness value of bd7aeb is 0.70.

The process color (four color CMYK) of #bd7aeb color hex is 0.20, 0.48, 0.00, 0.08. Web safe color of #bd7aeb is #cc66ff. Color #bd7aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111010 11101011
Octal 275 172 353
Decimal 189 122 235
Hex BD 7A EB

RGB Percentages of Color #bd7aeb

%34.62
%22.34
%43.04

CMYK Percentages of Color #bd7aeb

%20
%48
%0
%8

Triadic Colors of #bd7aeb

#bd7aeb #ebbd7a #7aebbd

Analogous Colors of #bd7aeb

#bd7aeb #eb7ae1 #857aeb

Monochromatic Colors of #bd7aeb

#bd7aeb

Complementary Color

#bd7aeb #a8eb7a

#bd7aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7aeb Color CSS Codes

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

#bd7aeb Text Font Color

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

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


#bd7aeb Background Color

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

This div background color is #bd7aeb


#bd7aeb Border Color

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

This div border color is #bd7aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7aeb


Comments

No comments written yet.

Please login to write comment.