Color Hex Logo

#bd65dc Color Hex

#BD65DC
(189,101,220)
0 Favorites   0 Comments

Color spaces of #bd65dc

RGB 189101220
HSL0.790.630.63
HSV284°54°86°
CMYK 0.140.540.00   0.14
XYZ38.558225.293570.5600
Yxy25.29350.28690.1882
Hunter Lab50.292648.8397-47.9783
CIE-Lab57.360353.9291-46.5898

#bd65dc color RGB value is (189,101,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 11011100
Octal 275 145 334
Decimal 189 101 220
Hex BD 65 DC

RGB Percentages of Color #bd65dc

%37.06
%19.80
%43.14

CMYK Percentages of Color #bd65dc

%14
%54
%0
%14

Triadic Colors of #bd65dc

#bd65dc #dcbd65 #65dcbd

Analogous Colors of #bd65dc

#bd65dc #dc65c0 #8265dc

Monochromatic Colors of #bd65dc

#bd65dc

Complementary Color

#bd65dc #84dc65

#bd65dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd65dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd65dc Color CSS Codes

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

#bd65dc Text Font Color

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

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


#bd65dc Background Color

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

This div background color is #bd65dc


#bd65dc Border Color

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

This div border color is #bd65dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd65dc


Comments

No comments written yet.

Please login to write comment.