Color Hex Logo

#bb3fcc Color Hex

#BB3FCC
(187,63,204)
0 Favorites   0 Comments

Color spaces of #bb3fcc

RGB 18763204
HSL0.810.580.52
HSV293°69°80°
CMYK 0.080.690.00   0.20
XYZ33.170118.479458.9454
Yxy18.47940.29990.1671
Hunter Lab42.987762.5055-51.2080
CIE-Lab50.072567.2292-49.0841

#bb3fcc color RGB value is (187,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111111 11001100
Octal 273 77 314
Decimal 187 63 204
Hex BB 3F CC

RGB Percentages of Color #bb3fcc

%41.19
%13.88
%44.93

CMYK Percentages of Color #bb3fcc

%8
%69
%0
%20

Triadic Colors of #bb3fcc

#bb3fcc #ccbb3f #3fccbb

Analogous Colors of #bb3fcc

#bb3fcc #cc3f97 #753fcc

Monochromatic Colors of #bb3fcc

#bb3fcc

Complementary Color

#bb3fcc #50cc3f

#bb3fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3fcc Color CSS Codes

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

#bb3fcc Text Font Color

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

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


#bb3fcc Background Color

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

This div background color is #bb3fcc


#bb3fcc Border Color

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

This div border color is #bb3fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3fcc


Comments

No comments written yet.

Please login to write comment.