Color Hex Logo

#bd1abe Color Hex

#BD1ABE
(189,26,190)
0 Favorites   0 Comments

Color spaces of #bd1abe

RGB 18926190
HSL0.830.760.42
HSV300°86°75°
CMYK 0.010.860.00   0.25
XYZ30.649915.275350.0482
Yxy15.27530.31940.1592
Hunter Lab39.083671.5857-48.5648
CIE-Lab46.009075.5931-47.4378

#bd1abe color RGB value is (189,26,190).

#bd1abe hex color red value is 189, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bd1abe hue: 0.83 , saturation: 0.76 and the lightness value of bd1abe is 0.42.

The process color (four color CMYK) of #bd1abe color hex is 0.01, 0.86, 0.00, 0.25. Web safe color of #bd1abe is #cc33cc. Color #bd1abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011010 10111110
Octal 275 32 276
Decimal 189 26 190
Hex BD 1A BE

RGB Percentages of Color #bd1abe

%46.67
%6.42
%46.91

CMYK Percentages of Color #bd1abe

%1
%86
%0
%25

Triadic Colors of #bd1abe

#bd1abe #bebd1a #1abebd

Analogous Colors of #bd1abe

#bd1abe #be1a6d #6b1abe

Monochromatic Colors of #bd1abe

#bd1abe

Complementary Color

#bd1abe #1bbe1a

#bd1abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1abe Color CSS Codes

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

#bd1abe Text Font Color

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

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


#bd1abe Background Color

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

This div background color is #bd1abe


#bd1abe Border Color

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

This div border color is #bd1abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1abe


Comments

No comments written yet.

Please login to write comment.