Color Hex Logo

#bb5dcc Color Hex

#BB5DCC
(187,93,204)
0 Favorites   0 Comments

Color spaces of #bb5dcc

RGB 18793204
HSL0.810.520.58
HSV291°54°80°
CMYK 0.080.540.00   0.20
XYZ35.307022.753159.6577
Yxy22.75310.29990.1933
Hunter Lab47.700248.6477-40.7627
CIE-Lab54.817154.1809-41.5576

#bb5dcc color RGB value is (187,93,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011101 11001100
Octal 273 135 314
Decimal 187 93 204
Hex BB 5D CC

RGB Percentages of Color #bb5dcc

%38.64
%19.21
%42.15

CMYK Percentages of Color #bb5dcc

%8
%54
%0
%20

Triadic Colors of #bb5dcc

#bb5dcc #ccbb5d #5dccbb

Analogous Colors of #bb5dcc

#bb5dcc #cc5da6 #845dcc

Monochromatic Colors of #bb5dcc

#bb5dcc

Complementary Color

#bb5dcc #6ecc5d

#bb5dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5dcc Color CSS Codes

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

#bb5dcc Text Font Color

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

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


#bb5dcc Background Color

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

This div background color is #bb5dcc


#bb5dcc Border Color

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

This div border color is #bb5dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5dcc


Comments

No comments written yet.

Please login to write comment.