Color Hex Logo

#bd6ffd Color Hex

#BD6FFD
(189,111,253)
0 Favorites   0 Comments

Color spaces of #bd6ffd

RGB 189111253
HSL0.760.970.71
HSV273°56°99°
CMYK 0.250.560.00   0.01
XYZ44.400329.279596.2399
Yxy29.27950.26130.1723
Hunter Lab54.110551.7744-67.5746
CIE-Lab61.027555.9439-59.1323

#bd6ffd color RGB value is (189,111,253).

#bd6ffd hex color red value is 189, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bd6ffd hue: 0.76 , saturation: 0.97 and the lightness value of bd6ffd is 0.71.

The process color (four color CMYK) of #bd6ffd color hex is 0.25, 0.56, 0.00, 0.01. Web safe color of #bd6ffd is #cc66ff. Color #bd6ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101111 11111101
Octal 275 157 375
Decimal 189 111 253
Hex BD 6F FD

RGB Percentages of Color #bd6ffd

%34.18
%20.07
%45.75

CMYK Percentages of Color #bd6ffd

%25
%56
%0
%1

Triadic Colors of #bd6ffd

#bd6ffd #fdbd6f #6ffdbd

Analogous Colors of #bd6ffd

#bd6ffd #fd6ff6 #766ffd

Monochromatic Colors of #bd6ffd

#bd6ffd

Complementary Color

#bd6ffd #affd6f

#bd6ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6ffd Color CSS Codes

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

#bd6ffd Text Font Color

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

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


#bd6ffd Background Color

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

This div background color is #bd6ffd


#bd6ffd Border Color

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

This div border color is #bd6ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6ffd


Comments

No comments written yet.

Please login to write comment.