Color Hex Logo

#bd3acb Color Hex

#BD3ACB
(189,58,203)
0 Favorites   0 Comments

Color spaces of #bd3acb

RGB 18958203
HSL0.820.580.51
HSV294°71°80°
CMYK 0.070.710.00   0.20
XYZ33.278818.156758.2505
Yxy18.15670.30340.1655
Hunter Lab42.610764.8392-51.2243
CIE-Lab49.685669.2809-49.1080

#bd3acb color RGB value is (189,58,203).

#bd3acb hex color red value is 189, green value is 58 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bd3acb hue: 0.82 , saturation: 0.58 and the lightness value of bd3acb is 0.51.

The process color (four color CMYK) of #bd3acb color hex is 0.07, 0.71, 0.00, 0.20. Web safe color of #bd3acb is #cc33cc. Color #bd3acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111010 11001011
Octal 275 72 313
Decimal 189 58 203
Hex BD 3A CB

RGB Percentages of Color #bd3acb

%42.00
%12.89
%45.11

CMYK Percentages of Color #bd3acb

%7
%71
%0
%20

Triadic Colors of #bd3acb

#bd3acb #cbbd3a #3acbbd

Analogous Colors of #bd3acb

#bd3acb #cb3a91 #753acb

Monochromatic Colors of #bd3acb

#bd3acb

Complementary Color

#bd3acb #48cb3a

#bd3acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3acb Color CSS Codes

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

#bd3acb Text Font Color

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

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


#bd3acb Background Color

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

This div background color is #bd3acb


#bd3acb Border Color

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

This div border color is #bd3acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3acb


Comments

No comments written yet.

Please login to write comment.