Color Hex Logo

#bd65ba Color Hex

#BD65BA
(189,101,186)
0 Favorites   0 Comments

Color spaces of #bd65ba

RGB 189101186
HSL0.840.400.57
HSV302°47°74°
CMYK 0.000.470.02   0.26
XYZ34.502923.671349.2049
Yxy23.67130.32130.2204
Hunter Lab48.653241.4421-25.9052
CIE-Lab55.757247.3793-29.7587

#bd65ba color RGB value is (189,101,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 10111010
Octal 275 145 272
Decimal 189 101 186
Hex BD 65 BA

RGB Percentages of Color #bd65ba

%39.71
%21.22
%39.08

CMYK Percentages of Color #bd65ba

%0
%47
%2
%26

Triadic Colors of #bd65ba

#bd65ba #babd65 #65babd

Analogous Colors of #bd65ba

#bd65ba #bd658e #9465bd

Monochromatic Colors of #bd65ba

#bd65ba

Complementary Color

#bd65ba #65bd68

#bd65ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd65ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd65ba Color CSS Codes

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

#bd65ba Text Font Color

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

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


#bd65ba Background Color

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

This div background color is #bd65ba


#bd65ba Border Color

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

This div border color is #bd65ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd65ba


Comments

No comments written yet.

Please login to write comment.