color codes Logo

#bb2dcc color codes

#BB2DCC
(187,45,204)
0 Favorites   0 Comments

Color spaces of #bb2dcc

RGB 18745204
HSL0.820.640.49
HSV294°78°80°
CMYK 0.080.780.00   0.20
XYZ32.331016.801258.6657
Yxy16.80120.29990.1559
Hunter Lab40.989369.0638-56.1661
CIE-Lab48.008673.1317-52.3843

#bb2dcc color RGB value is (187,45,204).

#bb2dcc hex color red value is 187, green value is 45 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bb2dcc hue: 0.82 , saturation: 0.64 and the lightness value of bb2dcc is 0.49.

The process color (four color CMYK) of #bb2dcc color code is 0.08, 0.78, 0.00, 0.20. Web safe color of #bb2dcc is #cc33cc. Color #bb2dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101101 11001100
Octal 273 55 314
Decimal 187 45 204
Hex BB 2D CC

RGB Percentages of Color #bb2dcc

%42.89
%10.32
%46.79

CMYK Percentages of Color #bb2dcc

%8
%78
%0
%20

Triadic Colors of #bb2dcc

#bb2dcc #ccbb2d #2dccbb

Analogous Colors of #bb2dcc

#bb2dcc #cc2d8e #6c2dcc

Monochromatic Colors of #bb2dcc

#bb2dcc

Complementary Color

#bb2dcc #3ecc2d

#bb2dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2dcc Color CSS Codes

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

#bb2dcc Text Font Color

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

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


#bb2dcc Background Color

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

This div background color is #bb2dcc


#bb2dcc Border Color

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

This div border color is #bb2dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2dcc


Comments

No comments written yet.

Please login to write comment.