Color Hex Logo

#bb3ecc Color Hex

#BB3ECC
(187,62,204)
0 Favorites   0 Comments

Color spaces of #bb3ecc

RGB 18762204
HSL0.810.580.52
HSV293°70°80°
CMYK 0.080.700.00   0.20
XYZ33.115218.369758.9271
Yxy18.36970.29990.1664
Hunter Lab42.859962.9112-51.5146
CIE-Lab49.941567.5996-49.2931

#bb3ecc color RGB value is (187,62,204).

#bb3ecc hex color red value is 187, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bb3ecc hue: 0.81 , saturation: 0.58 and the lightness value of bb3ecc is 0.52.

The process color (four color CMYK) of #bb3ecc color hex is 0.08, 0.70, 0.00, 0.20. Web safe color of #bb3ecc is #cc33cc. Color #bb3ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111110 11001100
Octal 273 76 314
Decimal 187 62 204
Hex BB 3E CC

RGB Percentages of Color #bb3ecc

%41.28
%13.69
%45.03

CMYK Percentages of Color #bb3ecc

%8
%70
%0
%20

Triadic Colors of #bb3ecc

#bb3ecc #ccbb3e #3eccbb

Analogous Colors of #bb3ecc

#bb3ecc #cc3e96 #743ecc

Monochromatic Colors of #bb3ecc

#bb3ecc

Complementary Color

#bb3ecc #4fcc3e

#bb3ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3ecc Color CSS Codes

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

#bb3ecc Text Font Color

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

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


#bb3ecc Background Color

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

This div background color is #bb3ecc


#bb3ecc Border Color

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

This div border color is #bb3ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3ecc


Comments

No comments written yet.

Please login to write comment.