Color Hex Logo

#bb2fed Color Hex

#BB2FED
(187,47,237)
0 Favorites   0 Comments

Color spaces of #bb2fed

RGB 18747237
HSL0.790.840.56
HSV284°80°93°
CMYK 0.210.800.00   0.07
XYZ36.796118.712381.7932
Yxy18.71230.26800.1363
Hunter Lab43.257776.1356-81.8272
CIE-Lab50.348978.4241-67.4145

#bb2fed color RGB value is (187,47,237).

#bb2fed hex color red value is 187, green value is 47 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bb2fed hue: 0.79 , saturation: 0.84 and the lightness value of bb2fed is 0.56.

The process color (four color CMYK) of #bb2fed color hex is 0.21, 0.80, 0.00, 0.07. Web safe color of #bb2fed is #cc33ff. Color #bb2fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101111 11101101
Octal 273 57 355
Decimal 187 47 237
Hex BB 2F ED

RGB Percentages of Color #bb2fed

%39.70
%9.98
%50.32

CMYK Percentages of Color #bb2fed

%21
%80
%0
%7

Triadic Colors of #bb2fed

#bb2fed #edbb2f #2fedbb

Analogous Colors of #bb2fed

#bb2fed #ed2fc0 #5c2fed

Monochromatic Colors of #bb2fed

#bb2fed

Complementary Color

#bb2fed #61ed2f

#bb2fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2fed Color CSS Codes

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

#bb2fed Text Font Color

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

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


#bb2fed Background Color

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

This div background color is #bb2fed


#bb2fed Border Color

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

This div border color is #bb2fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2fed


Comments

No comments written yet.

Please login to write comment.