Color Hex Logo

#bd65ff Color Hex

#BD65FF
(189,101,255)
0 Favorites   0 Comments

Color spaces of #bd65ff

RGB 189101255
HSL0.761.000.70
HSV274°60°100°
CMYK 0.260.600.00   0.00
XYZ43.689927.346297.5834
Yxy27.34620.25910.1622
Hunter Lab52.293657.6182-74.0337
CIE-Lab59.293461.3382-63.0111

#bd65ff color RGB value is (189,101,255).

#bd65ff hex color red value is 189, green value is 101 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bd65ff hue: 0.76 , saturation: 1.00 and the lightness value of bd65ff is 0.70.

The process color (four color CMYK) of #bd65ff color hex is 0.26, 0.60, 0.00, 0.00. Web safe color of #bd65ff is #cc66ff. Color #bd65ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 11111111
Octal 275 145 377
Decimal 189 101 255
Hex BD 65 FF

RGB Percentages of Color #bd65ff

%34.68
%18.53
%46.79

CMYK Percentages of Color #bd65ff

%26
%60
%0
%0

Triadic Colors of #bd65ff

#bd65ff #ffbd65 #65ffbd

Analogous Colors of #bd65ff

#bd65ff #ff65f4 #7065ff

Monochromatic Colors of #bd65ff

#bd65ff

Complementary Color

#bd65ff #a7ff65

#bd65ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd65ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd65ff Color CSS Codes

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

#bd65ff Text Font Color

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

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


#bd65ff Background Color

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

This div background color is #bd65ff


#bd65ff Border Color

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

This div border color is #bd65ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd65ff

Related Colors


Comments

No comments written yet.

Please login to write comment.