Color Hex Logo

#bd2abe Color Hex

#BD2ABE
(189,42,190)
0 Favorites   0 Comments

Color spaces of #bd2abe

RGB 18942190
HSL0.830.640.45
HSV300°78°75°
CMYK 0.010.780.00   0.25
XYZ31.108516.192550.2011
Yxy16.19250.31910.1661
Hunter Lab40.239967.5742-45.7990
CIE-Lab47.226072.0488-45.4964

#bd2abe color RGB value is (189,42,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101010 10111110
Octal 275 52 276
Decimal 189 42 190
Hex BD 2A BE

RGB Percentages of Color #bd2abe

%44.89
%9.98
%45.13

CMYK Percentages of Color #bd2abe

%1
%78
%0
%25

Triadic Colors of #bd2abe

#bd2abe #bebd2a #2abebd

Analogous Colors of #bd2abe

#bd2abe #be2a75 #732abe

Monochromatic Colors of #bd2abe

#bd2abe

Complementary Color

#bd2abe #2bbe2a

#bd2abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2abe Color CSS Codes

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

#bd2abe Text Font Color

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

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


#bd2abe Background Color

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

This div background color is #bd2abe


#bd2abe Border Color

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

This div border color is #bd2abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2abe


Comments

No comments written yet.

Please login to write comment.