Color Hex Logo

#bd1bee Color Hex

#BD1BEE
(189,27,238)
0 Favorites   0 Comments

Color spaces of #bd1bee

RGB 18927238
HSL0.790.860.52
HSV286°89°93°
CMYK 0.210.890.00   0.07
XYZ36.810817.775782.3798
Yxy17.77570.26880.1298
Hunter Lab42.161282.0654-86.3352
CIE-Lab49.222983.3260-69.7894

#bd1bee color RGB value is (189,27,238).

#bd1bee hex color red value is 189, green value is 27 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bd1bee hue: 0.79 , saturation: 0.86 and the lightness value of bd1bee is 0.52.

The process color (four color CMYK) of #bd1bee color hex is 0.21, 0.89, 0.00, 0.07. Web safe color of #bd1bee is #cc33ff. Color #bd1bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011011 11101110
Octal 275 33 356
Decimal 189 27 238
Hex BD 1B EE

RGB Percentages of Color #bd1bee

%41.63
%5.95
%52.42

CMYK Percentages of Color #bd1bee

%21
%89
%0
%7

Triadic Colors of #bd1bee

#bd1bee #eebd1b #1beebd

Analogous Colors of #bd1bee

#bd1bee #ee1bb6 #541bee

Monochromatic Colors of #bd1bee

#bd1bee

Complementary Color

#bd1bee #4cee1b

#bd1bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1bee Color CSS Codes

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

#bd1bee Text Font Color

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

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


#bd1bee Background Color

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

This div background color is #bd1bee


#bd1bee Border Color

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

This div border color is #bd1bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1bee


Comments

No comments written yet.

Please login to write comment.