Color Hex Logo

#bb6dfd Color Hex

#BB6DFD
(187,109,253)
0 Favorites   0 Comments

Color spaces of #bb6dfd

RGB 187109253
HSL0.760.970.71
HSV273°57°99°
CMYK 0.260.570.00   0.01
XYZ43.691828.593996.1449
Yxy28.59390.25940.1698
Hunter Lab53.473352.2701-69.1721
CIE-Lab60.421556.4812-60.1139

#bb6dfd color RGB value is (187,109,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101101 11111101
Octal 273 155 375
Decimal 187 109 253
Hex BB 6D FD

RGB Percentages of Color #bb6dfd

%34.06
%19.85
%46.08

CMYK Percentages of Color #bb6dfd

%26
%57
%0
%1

Triadic Colors of #bb6dfd

#bb6dfd #fdbb6d #6dfdbb

Analogous Colors of #bb6dfd

#bb6dfd #fd6df7 #736dfd

Monochromatic Colors of #bb6dfd

#bb6dfd

Complementary Color

#bb6dfd #affd6d

#bb6dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6dfd Color CSS Codes

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

#bb6dfd Text Font Color

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

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


#bb6dfd Background Color

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

This div background color is #bb6dfd


#bb6dfd Border Color

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

This div border color is #bb6dfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,109,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 #bb6dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6dfd


Comments

No comments written yet.

Please login to write comment.