Color Hex Logo

#bb5ecc Color Hex

#BB5ECC
(187,94,204)
0 Favorites   0 Comments

Color spaces of #bb5ecc

RGB 18794204
HSL0.810.520.58
HSV291°54°80°
CMYK 0.080.540.00   0.20
XYZ35.395322.929859.6871
Yxy22.92980.29990.1943
Hunter Lab47.885148.1433-40.3834
CIE-Lab55.000053.6922-41.2692

#bb5ecc color RGB value is (187,94,204).

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

The process color (four color CMYK) of #bb5ecc color hex is 0.08, 0.54, 0.00, 0.20. Web safe color of #bb5ecc is #cc66cc. Color #bb5ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011110 11001100
Octal 273 136 314
Decimal 187 94 204
Hex BB 5E CC

RGB Percentages of Color #bb5ecc

%38.56
%19.38
%42.06

CMYK Percentages of Color #bb5ecc

%8
%54
%0
%20

Triadic Colors of #bb5ecc

#bb5ecc #ccbb5e #5eccbb

Analogous Colors of #bb5ecc

#bb5ecc #cc5ea6 #845ecc

Monochromatic Colors of #bb5ecc

#bb5ecc

Complementary Color

#bb5ecc #6fcc5e

#bb5ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5ecc Color CSS Codes

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

#bb5ecc Text Font Color

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

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


#bb5ecc Background Color

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

This div background color is #bb5ecc


#bb5ecc Border Color

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

This div border color is #bb5ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5ecc


Comments

No comments written yet.

Please login to write comment.