Color Hex Logo

#bd4beb Color Hex

#BD4BEB
(189,75,235)
0 Favorites   0 Comments

Color spaces of #bd4beb

RGB 18975235
HSL0.790.800.61
HSV283°68°92°
CMYK 0.200.680.00   0.08
XYZ38.497721.849180.7855
Yxy21.84910.27280.1548
Hunter Lab46.743065.2129-69.7502
CIE-Lab53.866568.7947-60.5999

#bd4beb color RGB value is (189,75,235).

#bd4beb hex color red value is 189, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bd4beb hue: 0.79 , saturation: 0.80 and the lightness value of bd4beb is 0.61.

The process color (four color CMYK) of #bd4beb color hex is 0.20, 0.68, 0.00, 0.08. Web safe color of #bd4beb is #cc33ff. Color #bd4beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001011 11101011
Octal 275 113 353
Decimal 189 75 235
Hex BD 4B EB

RGB Percentages of Color #bd4beb

%37.88
%15.03
%47.09

CMYK Percentages of Color #bd4beb

%20
%68
%0
%8

Triadic Colors of #bd4beb

#bd4beb #ebbd4b #4bebbd

Analogous Colors of #bd4beb

#bd4beb #eb4bc9 #6d4beb

Monochromatic Colors of #bd4beb

#bd4beb

Complementary Color

#bd4beb #79eb4b

#bd4beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4beb Color CSS Codes

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

#bd4beb Text Font Color

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

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


#bd4beb Background Color

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

This div background color is #bd4beb


#bd4beb Border Color

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

This div border color is #bd4beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4beb


Comments

No comments written yet.

Please login to write comment.