Color Hex Logo

#bb3efd Color Hex

#BB3EFD
(187,62,253)
0 Favorites   0 Comments

Color spaces of #bb3efd

RGB 18762253
HSL0.780.980.62
HSV279°75°99°
CMYK 0.260.750.00   0.01
XYZ39.945821.101994.8962
Yxy21.10190.25620.1353
Hunter Lab45.936874.8309-90.3255
CIE-Lab53.060876.8491-71.9704

#bb3efd color RGB value is (187,62,253).

#bb3efd hex color red value is 187, green value is 62 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bb3efd hue: 0.78 , saturation: 0.98 and the lightness value of bb3efd is 0.62.

The process color (four color CMYK) of #bb3efd color hex is 0.26, 0.75, 0.00, 0.01. Web safe color of #bb3efd is #cc33ff. Color #bb3efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111110 11111101
Octal 273 76 375
Decimal 187 62 253
Hex BB 3E FD

RGB Percentages of Color #bb3efd

%37.25
%12.35
%50.40

CMYK Percentages of Color #bb3efd

%26
%75
%0
%1

Triadic Colors of #bb3efd

#bb3efd #fdbb3e #3efdbb

Analogous Colors of #bb3efd

#bb3efd #fd3ee0 #5c3efd

Monochromatic Colors of #bb3efd

#bb3efd

Complementary Color

#bb3efd #80fd3e

#bb3efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3efd Color CSS Codes

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

#bb3efd Text Font Color

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

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


#bb3efd Background Color

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

This div background color is #bb3efd


#bb3efd Border Color

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

This div border color is #bb3efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3efd


Comments

No comments written yet.

Please login to write comment.