Color Hex Logo

#bb49ef Color Hex

#BB49EF
(187,73,239)
0 Favorites   0 Comments

Color spaces of #bb49ef

RGB 18773239
HSL0.780.840.61
HSV281°69°94°
CMYK 0.220.690.00   0.06
XYZ38.456021.561983.7964
Yxy21.56190.26740.1499
Hunter Lab46.434866.5678-74.4906
CIE-Lab53.559169.9864-63.3520

#bb49ef color RGB value is (187,73,239).

#bb49ef hex color red value is 187, green value is 73 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bb49ef hue: 0.78 , saturation: 0.84 and the lightness value of bb49ef is 0.61.

The process color (four color CMYK) of #bb49ef color hex is 0.22, 0.69, 0.00, 0.06. Web safe color of #bb49ef is #cc33ff. Color #bb49ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001001 11101111
Octal 273 111 357
Decimal 187 73 239
Hex BB 49 EF

RGB Percentages of Color #bb49ef

%37.47
%14.63
%47.90

CMYK Percentages of Color #bb49ef

%22
%69
%0
%6

Triadic Colors of #bb49ef

#bb49ef #efbb49 #49efbb

Analogous Colors of #bb49ef

#bb49ef #ef49d0 #6849ef

Monochromatic Colors of #bb49ef

#bb49ef

Complementary Color

#bb49ef #7def49

#bb49ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb49ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb49ef Color CSS Codes

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

#bb49ef Text Font Color

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

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


#bb49ef Background Color

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

This div background color is #bb49ef


#bb49ef Border Color

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

This div border color is #bb49ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb49ef


Comments

No comments written yet.

Please login to write comment.