Color Hex Logo

#bb6cfd Color Hex

#BB6CFD
(187,108,253)
0 Favorites   0 Comments

Color spaces of #bb6cfd

RGB 187108253
HSL0.760.970.71
HSV273°57°99°
CMYK 0.260.570.00   0.01
XYZ43.585728.381896.1095
Yxy28.38180.25930.1689
Hunter Lab53.274652.8063-69.6694
CIE-Lab60.232156.9850-60.4169

#bb6cfd color RGB value is (187,108,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101100 11111101
Octal 273 154 375
Decimal 187 108 253
Hex BB 6C FD

RGB Percentages of Color #bb6cfd

%34.12
%19.71
%46.17

CMYK Percentages of Color #bb6cfd

%26
%57
%0
%1

Triadic Colors of #bb6cfd

#bb6cfd #fdbb6c #6cfdbb

Analogous Colors of #bb6cfd

#bb6cfd #fd6cf7 #736cfd

Monochromatic Colors of #bb6cfd

#bb6cfd

Complementary Color

#bb6cfd #aefd6c

#bb6cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6cfd Color CSS Codes

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

#bb6cfd Text Font Color

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

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


#bb6cfd Background Color

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

This div background color is #bb6cfd


#bb6cfd Border Color

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

This div border color is #bb6cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.