Color Hex Logo

#bd65bc Color Hex

#BD65BC
(189,101,188)
0 Favorites   0 Comments

Color spaces of #bd65bc

RGB 189101188
HSL0.840.400.57
HSV301°47°74°
CMYK 0.000.470.01   0.26
XYZ34.717023.757050.3327
Yxy23.75700.31910.2183
Hunter Lab48.741241.8437-27.1072
CIE-Lab55.843747.7428-30.7733

#bd65bc color RGB value is (189,101,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 10111100
Octal 275 145 274
Decimal 189 101 188
Hex BD 65 BC

RGB Percentages of Color #bd65bc

%39.54
%21.13
%39.33

CMYK Percentages of Color #bd65bc

%0
%47
%1
%26

Triadic Colors of #bd65bc

#bd65bc #bcbd65 #65bcbd

Analogous Colors of #bd65bc

#bd65bc #bd6590 #9265bd

Monochromatic Colors of #bd65bc

#bd65bc

Complementary Color

#bd65bc #65bd66

#bd65bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd65bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd65bc Color CSS Codes

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

#bd65bc Text Font Color

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

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


#bd65bc Background Color

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

This div background color is #bd65bc


#bd65bc Border Color

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

This div border color is #bd65bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,101,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 #bd65bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd65bc


Comments

No comments written yet.

Please login to write comment.