Color Hex Logo

#bd70bd Color Hex

#BD70BD
(189,112,189)
0 Favorites   0 Comments

Color spaces of #bd70bd

RGB 189112189
HSL0.830.370.59
HSV300°41°74°
CMYK 0.000.410.00   0.26
XYZ35.965726.081351.2827
Yxy26.08130.31740.2301
Hunter Lab51.069936.3355-23.7882
CIE-Lab58.114142.1910-27.8256

#bd70bd color RGB value is (189,112,189).

#bd70bd hex color red value is 189, green value is 112 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd70bd hue: 0.83 , saturation: 0.37 and the lightness value of bd70bd is 0.59.

The process color (four color CMYK) of #bd70bd color hex is 0.00, 0.41, 0.00, 0.26. Web safe color of #bd70bd is #cc66cc. Color #bd70bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110000 10111101
Octal 275 160 275
Decimal 189 112 189
Hex BD 70 BD

RGB Percentages of Color #bd70bd

%38.57
%22.86
%38.57

CMYK Percentages of Color #bd70bd

%0
%41
%0
%26

Triadic Colors of #bd70bd

#bd70bd #bdbd70 #70bdbd

Analogous Colors of #bd70bd

#bd70bd #bd7097 #9770bd

Monochromatic Colors of #bd70bd

#bd70bd

Complementary Color

#bd70bd #70bd70

#bd70bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd70bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd70bd Color CSS Codes

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

#bd70bd Text Font Color

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

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


#bd70bd Background Color

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

This div background color is #bd70bd


#bd70bd Border Color

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

This div border color is #bd70bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd70bd


Comments

No comments written yet.

Please login to write comment.