Color Hex Logo

#bd4cc0 Color Hex

#BD4CC0
(189,76,192)
0 Favorites   0 Comments

Color spaces of #bd4cc0

RGB 18976192
HSL0.830.480.53
HSV298°60°75°
CMYK 0.020.600.00   0.25
XYZ33.085119.793551.9459
Yxy19.79350.31560.1888
Hunter Lab44.489954.8850-38.0834
CIE-Lab51.602960.3315-39.7197

#bd4cc0 color RGB value is (189,76,192).

#bd4cc0 hex color red value is 189, green value is 76 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #bd4cc0 hue: 0.83 , saturation: 0.48 and the lightness value of bd4cc0 is 0.53.

The process color (four color CMYK) of #bd4cc0 color hex is 0.02, 0.60, 0.00, 0.25. Web safe color of #bd4cc0 is #cc33cc. Color #bd4cc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001100 11000000
Octal 275 114 300
Decimal 189 76 192
Hex BD 4C C0

RGB Percentages of Color #bd4cc0

%41.36
%16.63
%42.01

CMYK Percentages of Color #bd4cc0

%2
%60
%0
%25

Triadic Colors of #bd4cc0

#bd4cc0 #c0bd4c #4cc0bd

Analogous Colors of #bd4cc0

#bd4cc0 #c04c89 #834cc0

Monochromatic Colors of #bd4cc0

#bd4cc0

Complementary Color

#bd4cc0 #4fc04c

#bd4cc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4cc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4cc0 Color CSS Codes

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

#bd4cc0 Text Font Color

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

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


#bd4cc0 Background Color

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

This div background color is #bd4cc0


#bd4cc0 Border Color

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

This div border color is #bd4cc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4cc0


Comments

No comments written yet.

Please login to write comment.