Color Hex Logo

#bd0ceb Color Hex

#BD0CEB
(189,12,235)
0 Favorites   0 Comments

Color spaces of #bd0ceb

RGB 18912235
HSL0.800.900.48
HSV288°95°92°
CMYK 0.200.950.00   0.08
XYZ36.113117.079979.9906
Yxy17.07990.27120.1282
Hunter Lab41.327883.6532-85.8271
CIE-Lab48.360684.7257-69.4971

#bd0ceb color RGB value is (189,12,235).

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

The process color (four color CMYK) of #bd0ceb color hex is 0.20, 0.95, 0.00, 0.08. Web safe color of #bd0ceb is #cc00ff. Color #bd0ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001100 11101011
Octal 275 14 353
Decimal 189 12 235
Hex BD C EB

RGB Percentages of Color #bd0ceb

%43.35
%2.75
%53.90

CMYK Percentages of Color #bd0ceb

%20
%95
%0
%8

Triadic Colors of #bd0ceb

#bd0ceb #ebbd0c #0cebbd

Analogous Colors of #bd0ceb

#bd0ceb #eb0caa #4e0ceb

Monochromatic Colors of #bd0ceb

#bd0ceb

Complementary Color

#bd0ceb #3aeb0c

#bd0ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0ceb Color CSS Codes

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

#bd0ceb Text Font Color

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

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


#bd0ceb Background Color

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

This div background color is #bd0ceb


#bd0ceb Border Color

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

This div border color is #bd0ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0ceb


Comments

No comments written yet.

Please login to write comment.