Color Hex Logo

#bd3caa Color Hex

#BD3CAA
(189,60,170)
0 Favorites   0 Comments

Color spaces of #bd3caa

RGB 18960170
HSL0.860.520.49
HSV309°68°74°
CMYK 0.000.680.10   0.26
XYZ29.857816.952839.7287
Yxy16.95280.34500.1959
Hunter Lab41.173857.3879-28.3875
CIE-Lab48.200563.1674-32.2246

#bd3caa color RGB value is (189,60,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111100 10101010
Octal 275 74 252
Decimal 189 60 170
Hex BD 3C AA

RGB Percentages of Color #bd3caa

%45.11
%14.32
%40.57

CMYK Percentages of Color #bd3caa

%0
%68
%10
%26

Triadic Colors of #bd3caa

#bd3caa #aabd3c #3caabd

Analogous Colors of #bd3caa

#bd3caa #bd3c6a #903cbd

Monochromatic Colors of #bd3caa

#bd3caa

Complementary Color

#bd3caa #3cbd4f

#bd3caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3caa Color CSS Codes

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

#bd3caa Text Font Color

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

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


#bd3caa Background Color

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

This div background color is #bd3caa


#bd3caa Border Color

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

This div border color is #bd3caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3caa


Comments

No comments written yet.

Please login to write comment.