Color Hex Logo

#bb41de Color Hex

#BB41DE
(187,65,222)
0 Favorites   0 Comments

Color spaces of #bb41de

RGB 18765222
HSL0.800.700.56
HSV287°71°87°
CMYK 0.160.710.00   0.13
XYZ35.568619.619371.0195
Yxy19.61930.28180.1555
Hunter Lab44.293765.8247-64.0587
CIE-Lab51.404069.7780-57.2341

#bb41de color RGB value is (187,65,222).

#bb41de hex color red value is 187, green value is 65 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bb41de hue: 0.80 , saturation: 0.70 and the lightness value of bb41de is 0.56.

The process color (four color CMYK) of #bb41de color hex is 0.16, 0.71, 0.00, 0.13. Web safe color of #bb41de is #cc33cc. Color #bb41de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000001 11011110
Octal 273 101 336
Decimal 187 65 222
Hex BB 41 DE

RGB Percentages of Color #bb41de

%39.45
%13.71
%46.84

CMYK Percentages of Color #bb41de

%16
%71
%0
%13

Triadic Colors of #bb41de

#bb41de #debb41 #41debb

Analogous Colors of #bb41de

#bb41de #de41b3 #6d41de

Monochromatic Colors of #bb41de

#bb41de

Complementary Color

#bb41de #64de41

#bb41de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb41de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb41de Color CSS Codes

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

#bb41de Text Font Color

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

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


#bb41de Background Color

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

This div background color is #bb41de


#bb41de Border Color

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

This div border color is #bb41de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,65,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb41de


Comments

No comments written yet.

Please login to write comment.