Color Hex Logo

#bd7ca2 Color Hex

#BD7CA2
(189,124,162)
0 Favorites   0 Comments

Color spaces of #bd7ca2

RGB 189124162
HSL0.900.330.61
HSV325°34°74°
CMYK 0.000.340.14   0.26
XYZ34.715527.842837.7269
Yxy27.84280.34620.2776
Hunter Lab52.766325.0961-5.4548
CIE-Lab59.746530.9153-9.8759

#bd7ca2 color RGB value is (189,124,162).

#bd7ca2 hex color red value is 189, green value is 124 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #bd7ca2 hue: 0.90 , saturation: 0.33 and the lightness value of bd7ca2 is 0.61.

The process color (four color CMYK) of #bd7ca2 color hex is 0.00, 0.34, 0.14, 0.26. Web safe color of #bd7ca2 is #cc6699. Color #bd7ca2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111100 10100010
Octal 275 174 242
Decimal 189 124 162
Hex BD 7C A2

RGB Percentages of Color #bd7ca2

%39.79
%26.11
%34.11

CMYK Percentages of Color #bd7ca2

%0
%34
%14
%26

Triadic Colors of #bd7ca2

#bd7ca2 #a2bd7c #7ca2bd

Analogous Colors of #bd7ca2

#bd7ca2 #bd7c82 #b87cbd

Monochromatic Colors of #bd7ca2

#bd7ca2

Complementary Color

#bd7ca2 #7cbd97

#bd7ca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7ca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7ca2 Color CSS Codes

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

#bd7ca2 Text Font Color

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

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


#bd7ca2 Background Color

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

This div background color is #bd7ca2


#bd7ca2 Border Color

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

This div border color is #bd7ca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7ca2


Comments

No comments written yet.

Please login to write comment.