Color Hex Logo

#bd5ca0 Color Hex

#BD5CA0
(189,92,160)
0 Favorites   0 Comments

Color spaces of #bd5ca0

RGB 18992160
HSL0.880.420.55
HSV318°51°74°
CMYK 0.000.510.15   0.26
XYZ31.158621.011235.6710
Yxy21.01120.35470.2392
Hunter Lab45.838041.1198-14.0527
CIE-Lab52.961847.5108-18.9742

#bd5ca0 color RGB value is (189,92,160).

#bd5ca0 hex color red value is 189, green value is 92 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bd5ca0 hue: 0.88 , saturation: 0.42 and the lightness value of bd5ca0 is 0.55.

The process color (four color CMYK) of #bd5ca0 color hex is 0.00, 0.51, 0.15, 0.26. Web safe color of #bd5ca0 is #cc6699. Color #bd5ca0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011100 10100000
Octal 275 134 240
Decimal 189 92 160
Hex BD 5C A0

RGB Percentages of Color #bd5ca0

%42.86
%20.86
%36.28

CMYK Percentages of Color #bd5ca0

%0
%51
%15
%26

Triadic Colors of #bd5ca0

#bd5ca0 #a0bd5c #5ca0bd

Analogous Colors of #bd5ca0

#bd5ca0 #bd5c70 #aa5cbd

Monochromatic Colors of #bd5ca0

#bd5ca0

Complementary Color

#bd5ca0 #5cbd79

#bd5ca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5ca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5ca0 Color CSS Codes

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

#bd5ca0 Text Font Color

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

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


#bd5ca0 Background Color

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

This div background color is #bd5ca0


#bd5ca0 Border Color

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

This div border color is #bd5ca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5ca0


Comments

No comments written yet.

Please login to write comment.