Color Hex Logo

#bb61ed Color Hex

#BB61ED
(187,97,237)
0 Favorites   0 Comments

Color spaces of #bb61ed

RGB 18797237
HSL0.770.800.65
HSV279°59°93°
CMYK 0.210.590.00   0.07
XYZ40.054325.228682.8793
Yxy25.22860.27030.1703
Hunter Lab50.228154.4454-62.6723
CIE-Lab57.297558.9265-56.2354

#bb61ed color RGB value is (187,97,237).

#bb61ed hex color red value is 187, green value is 97 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bb61ed hue: 0.77 , saturation: 0.80 and the lightness value of bb61ed is 0.65.

The process color (four color CMYK) of #bb61ed color hex is 0.21, 0.59, 0.00, 0.07. Web safe color of #bb61ed is #cc66ff. Color #bb61ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100001 11101101
Octal 273 141 355
Decimal 187 97 237
Hex BB 61 ED

RGB Percentages of Color #bb61ed

%35.89
%18.62
%45.49

CMYK Percentages of Color #bb61ed

%21
%59
%0
%7

Triadic Colors of #bb61ed

#bb61ed #edbb61 #61edbb

Analogous Colors of #bb61ed

#bb61ed #ed61d9 #7561ed

Monochromatic Colors of #bb61ed

#bb61ed

Complementary Color

#bb61ed #93ed61

#bb61ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb61ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb61ed Color CSS Codes

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

#bb61ed Text Font Color

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

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


#bb61ed Background Color

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

This div background color is #bb61ed


#bb61ed Border Color

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

This div border color is #bb61ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb61ed


Comments

No comments written yet.

Please login to write comment.