Color Hex Logo

#bd83bc Color Hex

#BD83BC
(189,131,188)
0 Favorites   0 Comments

Color spaces of #bd83bc

RGB 189131188
HSL0.840.310.63
HSV301°31°74°
CMYK 0.000.310.01   0.26
XYZ38.179730.682351.4869
Yxy30.68230.31720.2549
Hunter Lab55.391626.0992-16.3364
CIE-Lab62.238531.6871-20.9209

#bd83bc color RGB value is (189,131,188).

#bd83bc hex color red value is 189, green value is 131 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd83bc hue: 0.84 , saturation: 0.31 and the lightness value of bd83bc is 0.63.

The process color (four color CMYK) of #bd83bc color hex is 0.00, 0.31, 0.01, 0.26. Web safe color of #bd83bc is #cc99cc. Color #bd83bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 10111100
Octal 275 203 274
Decimal 189 131 188
Hex BD 83 BC

RGB Percentages of Color #bd83bc

%37.20
%25.79
%37.01

CMYK Percentages of Color #bd83bc

%0
%31
%1
%26

Triadic Colors of #bd83bc

#bd83bc #bcbd83 #83bcbd

Analogous Colors of #bd83bc

#bd83bc #bd839f #a183bd

Monochromatic Colors of #bd83bc

#bd83bc

Complementary Color

#bd83bc #83bd84

#bd83bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd83bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd83bc Color CSS Codes

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

#bd83bc Text Font Color

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

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


#bd83bc Background Color

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

This div background color is #bd83bc


#bd83bc Border Color

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

This div border color is #bd83bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd83bc


Comments

No comments written yet.

Please login to write comment.