Color Hex Logo

#bd3cab Color Hex

#BD3CAB
(189,60,171)
0 Favorites   0 Comments

Color spaces of #bd3cab

RGB 18960171
HSL0.860.520.49
HSV308°68°74°
CMYK 0.000.680.10   0.26
XYZ29.952816.990840.2289
Yxy16.99080.34360.1949
Hunter Lab41.219957.5738-29.0106
CIE-Lab48.248463.3209-32.7392

#bd3cab color RGB value is (189,60,171).

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

The process color (four color CMYK) of #bd3cab color hex is 0.00, 0.68, 0.10, 0.26. Web safe color of #bd3cab is #cc3399. Color #bd3cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111100 10101011
Octal 275 74 253
Decimal 189 60 171
Hex BD 3C AB

RGB Percentages of Color #bd3cab

%45.00
%14.29
%40.71

CMYK Percentages of Color #bd3cab

%0
%68
%10
%26

Triadic Colors of #bd3cab

#bd3cab #abbd3c #3cabbd

Analogous Colors of #bd3cab

#bd3cab #bd3c6b #8f3cbd

Monochromatic Colors of #bd3cab

#bd3cab

Complementary Color

#bd3cab #3cbd4e

#bd3cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3cab Color CSS Codes

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

#bd3cab Text Font Color

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

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


#bd3cab Background Color

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

This div background color is #bd3cab


#bd3cab Border Color

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

This div border color is #bd3cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3cab


Comments

No comments written yet.

Please login to write comment.