Color Hex Logo

#bb78ed Color Hex

#BB78ED
(187,120,237)
0 Favorites   0 Comments

Color spaces of #bb78ed

RGB 187120237
HSL0.760.760.70
HSV274°49°93°
CMYK 0.210.490.00   0.07
XYZ42.496030.112283.6932
Yxy30.11220.27190.1927
Hunter Lab54.874642.2035-52.0153
CIE-Lab61.750947.1981-49.1528

#bb78ed color RGB value is (187,120,237).

#bb78ed hex color red value is 187, green value is 120 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bb78ed hue: 0.76 , saturation: 0.76 and the lightness value of bb78ed is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111000 11101101
Octal 273 170 355
Decimal 187 120 237
Hex BB 78 ED

RGB Percentages of Color #bb78ed

%34.38
%22.06
%43.57

CMYK Percentages of Color #bb78ed

%21
%49
%0
%7

Triadic Colors of #bb78ed

#bb78ed #edbb78 #78edbb

Analogous Colors of #bb78ed

#bb78ed #ed78e5 #8178ed

Monochromatic Colors of #bb78ed

#bb78ed

Complementary Color

#bb78ed #aaed78

#bb78ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb78ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb78ed Color CSS Codes

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

#bb78ed Text Font Color

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

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


#bb78ed Background Color

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

This div background color is #bb78ed


#bb78ed Border Color

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

This div border color is #bb78ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb78ed


Comments

No comments written yet.

Please login to write comment.