Color Hex Logo

#bd65be Color Hex

#BD65BE
(189,101,190)
0 Favorites   0 Comments

Color spaces of #bd65be

RGB 189101190
HSL0.830.410.57
HSV299°47°75°
CMYK 0.010.470.00   0.25
XYZ34.934223.843951.4763
Yxy23.84390.31690.2163
Hunter Lab48.830242.2499-28.3217
CIE-Lab55.931248.1094-31.7849

#bd65be color RGB value is (189,101,190).

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

The process color (four color CMYK) of #bd65be color hex is 0.01, 0.47, 0.00, 0.25. Web safe color of #bd65be is #cc66cc. Color #bd65be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 10111110
Octal 275 145 276
Decimal 189 101 190
Hex BD 65 BE

RGB Percentages of Color #bd65be

%39.38
%21.04
%39.58

CMYK Percentages of Color #bd65be

%1
%47
%0
%25

Triadic Colors of #bd65be

#bd65be #bebd65 #65bebd

Analogous Colors of #bd65be

#bd65be #be6593 #9165be

Monochromatic Colors of #bd65be

#bd65be

Complementary Color

#bd65be #66be65

#bd65be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd65be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd65be Color CSS Codes

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

#bd65be Text Font Color

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

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


#bd65be Background Color

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

This div background color is #bd65be


#bd65be Border Color

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

This div border color is #bd65be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd65be


Comments

No comments written yet.

Please login to write comment.