Color Hex Logo

#bb72e1 Color Hex

#BB72E1
(187,114,225)
0 Favorites   0 Comments

Color spaces of #bb72e1

RGB 187114225
HSL0.780.650.66
HSV279°49°88°
CMYK 0.170.490.00   0.12
XYZ40.101428.035774.5320
Yxy28.03570.28110.1965
Hunter Lab52.948742.5289-46.3940
CIE-Lab59.921047.7652-45.3633

#bb72e1 color RGB value is (187,114,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110010 11100001
Octal 273 162 341
Decimal 187 114 225
Hex BB 72 E1

RGB Percentages of Color #bb72e1

%35.55
%21.67
%42.78

CMYK Percentages of Color #bb72e1

%17
%49
%0
%12

Triadic Colors of #bb72e1

#bb72e1 #e1bb72 #72e1bb

Analogous Colors of #bb72e1

#bb72e1 #e172d0 #8472e1

Monochromatic Colors of #bb72e1

#bb72e1

Complementary Color

#bb72e1 #98e172

#bb72e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb72e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb72e1 Color CSS Codes

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

#bb72e1 Text Font Color

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

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


#bb72e1 Background Color

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

This div background color is #bb72e1


#bb72e1 Border Color

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

This div border color is #bb72e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb72e1


Comments

No comments written yet.

Please login to write comment.