Color Hex Logo

#bd3cad Color Hex

#BD3CAD
(189,60,173)
0 Favorites   0 Comments

Color spaces of #bd3cad

RGB 18960173
HSL0.850.520.49
HSV307°68°74°
CMYK 0.000.680.08   0.26
XYZ30.144917.067741.2407
Yxy17.06770.34080.1930
Hunter Lab41.313157.9482-30.2670
CIE-Lab48.345263.6296-33.7655

#bd3cad color RGB value is (189,60,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111100 10101101
Octal 275 74 255
Decimal 189 60 173
Hex BD 3C AD

RGB Percentages of Color #bd3cad

%44.79
%14.22
%41.00

CMYK Percentages of Color #bd3cad

%0
%68
%8
%26

Triadic Colors of #bd3cad

#bd3cad #adbd3c #3cadbd

Analogous Colors of #bd3cad

#bd3cad #bd3c6d #8d3cbd

Monochromatic Colors of #bd3cad

#bd3cad

Complementary Color

#bd3cad #3cbd4c

#bd3cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3cad Color CSS Codes

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

#bd3cad Text Font Color

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

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


#bd3cad Background Color

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

This div background color is #bd3cad


#bd3cad Border Color

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

This div border color is #bd3cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3cad


Comments

No comments written yet.

Please login to write comment.