color codes Logo

#bd65db color codes

#BD65DB
(189,101,219)
0 Favorites   0 Comments

Color spaces of #bd65db

RGB 189101219
HSL0.790.620.63
HSV285°54°86°
CMYK 0.140.540.00   0.14
XYZ38.426125.240769.8645
Yxy25.24070.28780.1890
Hunter Lab50.240148.6053-47.2813
CIE-Lab57.309253.7261-46.1074

#bd65db color RGB value is (189,101,219).

#bd65db hex color red value is 189, green value is 101 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd65db hue: 0.79 , saturation: 0.62 and the lightness value of bd65db is 0.63.

The process color (four color CMYK) of #bd65db color code is 0.14, 0.54, 0.00, 0.14. Web safe color of #bd65db is #cc66cc. Color #bd65db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 11011011
Octal 275 145 333
Decimal 189 101 219
Hex BD 65 DB

RGB Percentages of Color #bd65db

%37.13
%19.84
%43.03

CMYK Percentages of Color #bd65db

%14
%54
%0
%14

Triadic Colors of #bd65db

#bd65db #dbbd65 #65dbbd

Analogous Colors of #bd65db

#bd65db #db65be #8265db

Monochromatic Colors of #bd65db

#bd65db

Complementary Color

#bd65db #83db65

#bd65db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd65db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd65db Color CSS Codes

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

#bd65db Text Font Color

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

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


#bd65db Background Color

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

This div background color is #bd65db


#bd65db Border Color

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

This div border color is #bd65db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd65db


Comments

No comments written yet.

Please login to write comment.