Color Hex Logo

#bb34ec Color Hex

#BB34EC
(187,52,236)
0 Favorites   0 Comments

Color spaces of #bb34ec

RGB 18752236
HSL0.790.830.56
HSV284°78°93°
CMYK 0.210.780.00   0.07
XYZ36.861819.076981.0963
Yxy19.07690.26900.1392
Hunter Lab43.677174.2122-79.5111
CIE-Lab50.777176.7953-66.1585

#bb34ec color RGB value is (187,52,236).

#bb34ec hex color red value is 187, green value is 52 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bb34ec hue: 0.79 , saturation: 0.83 and the lightness value of bb34ec is 0.56.

The process color (four color CMYK) of #bb34ec color hex is 0.21, 0.78, 0.00, 0.07. Web safe color of #bb34ec is #cc33ff. Color #bb34ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110100 11101100
Octal 273 64 354
Decimal 187 52 236
Hex BB 34 EC

RGB Percentages of Color #bb34ec

%39.37
%10.95
%49.68

CMYK Percentages of Color #bb34ec

%21
%78
%0
%7

Triadic Colors of #bb34ec

#bb34ec #ecbb34 #34ecbb

Analogous Colors of #bb34ec

#bb34ec #ec34c1 #5f34ec

Monochromatic Colors of #bb34ec

#bb34ec

Complementary Color

#bb34ec #65ec34

#bb34ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb34ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb34ec Color CSS Codes

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

#bb34ec Text Font Color

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

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


#bb34ec Background Color

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

This div background color is #bb34ec


#bb34ec Border Color

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

This div border color is #bb34ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb34ec


Comments

No comments written yet.

Please login to write comment.