Color Hex Logo

#bd2ceb Color Hex

#BD2CEB
(189,44,235)
0 Favorites   0 Comments

Color spaces of #bd2ceb

RGB 18944235
HSL0.790.830.55
HSV286°81°92°
CMYK 0.200.810.00   0.08
XYZ36.882318.618380.2470
Yxy18.61830.27170.1372
Hunter Lab43.148977.0654-80.0614
CIE-Lab50.237679.1881-66.4534

#bd2ceb color RGB value is (189,44,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101100 11101011
Octal 275 54 353
Decimal 189 44 235
Hex BD 2C EB

RGB Percentages of Color #bd2ceb

%40.38
%9.40
%50.21

CMYK Percentages of Color #bd2ceb

%20
%81
%0
%8

Triadic Colors of #bd2ceb

#bd2ceb #ebbd2c #2cebbd

Analogous Colors of #bd2ceb

#bd2ceb #eb2cba #5d2ceb

Monochromatic Colors of #bd2ceb

#bd2ceb

Complementary Color

#bd2ceb #5aeb2c

#bd2ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2ceb Color CSS Codes

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

#bd2ceb Text Font Color

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

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


#bd2ceb Background Color

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

This div background color is #bd2ceb


#bd2ceb Border Color

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

This div border color is #bd2ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2ceb


Comments

No comments written yet.

Please login to write comment.