Color Hex Logo

#bb61e1 Color Hex

#BB61E1
(187,97,225)
0 Favorites   0 Comments

Color spaces of #bb61e1

RGB 18797225
HSL0.780.680.63
HSV282°57°88°
CMYK 0.170.570.00   0.12
XYZ38.358824.550473.9511
Yxy24.55040.28030.1794
Hunter Lab49.548451.4795-53.8067
CIE-Lab56.634756.4175-50.5702

#bb61e1 color RGB value is (187,97,225).

#bb61e1 hex color red value is 187, green value is 97 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bb61e1 hue: 0.78 , saturation: 0.68 and the lightness value of bb61e1 is 0.63.

The process color (four color CMYK) of #bb61e1 color hex is 0.17, 0.57, 0.00, 0.12. Web safe color of #bb61e1 is #cc66cc. Color #bb61e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100001 11100001
Octal 273 141 341
Decimal 187 97 225
Hex BB 61 E1

RGB Percentages of Color #bb61e1

%36.74
%19.06
%44.20

CMYK Percentages of Color #bb61e1

%17
%57
%0
%12

Triadic Colors of #bb61e1

#bb61e1 #e1bb61 #61e1bb

Analogous Colors of #bb61e1

#bb61e1 #e161c7 #7b61e1

Monochromatic Colors of #bb61e1

#bb61e1

Complementary Color

#bb61e1 #87e161

#bb61e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb61e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb61e1 Color CSS Codes

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

#bb61e1 Text Font Color

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

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


#bb61e1 Background Color

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

This div background color is #bb61e1


#bb61e1 Border Color

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

This div border color is #bb61e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb61e1


Comments

No comments written yet.

Please login to write comment.