Color Hex Logo

#bd7beb Color Hex

#BD7BEB
(189,123,235)
0 Favorites   0 Comments

Color spaces of #bd7beb

RGB 189123235
HSL0.760.740.70
HSV275°48°92°
CMYK 0.200.480.00   0.08
XYZ43.064630.982982.3078
Yxy30.98290.27540.1982
Hunter Lab55.662340.6922-48.7085
CIE-Lab62.493245.6962-46.8565

#bd7beb color RGB value is (189,123,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111011 11101011
Octal 275 173 353
Decimal 189 123 235
Hex BD 7B EB

RGB Percentages of Color #bd7beb

%34.55
%22.49
%42.96

CMYK Percentages of Color #bd7beb

%20
%48
%0
%8

Triadic Colors of #bd7beb

#bd7beb #ebbd7b #7bebbd

Analogous Colors of #bd7beb

#bd7beb #eb7be1 #857beb

Monochromatic Colors of #bd7beb

#bd7beb

Complementary Color

#bd7beb #a9eb7b

#bd7beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7beb Color CSS Codes

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

#bd7beb Text Font Color

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

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


#bd7beb Background Color

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

This div background color is #bd7beb


#bd7beb Border Color

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

This div border color is #bd7beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7beb


Comments

No comments written yet.

Please login to write comment.