Color Hex Logo

#bb3ddd Color Hex

#BB3DDD
(187,61,221)
0 Favorites   0 Comments

Color spaces of #bb3ddd

RGB 18761221
HSL0.800.700.55
HSV287°72°87°
CMYK 0.150.720.00   0.13
XYZ35.213419.122770.2417
Yxy19.12270.28270.1535
Hunter Lab43.729567.2114-64.6255
CIE-Lab50.830571.0469-57.5875

#bb3ddd color RGB value is (187,61,221).

#bb3ddd hex color red value is 187, green value is 61 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bb3ddd hue: 0.80 , saturation: 0.70 and the lightness value of bb3ddd is 0.55.

The process color (four color CMYK) of #bb3ddd color hex is 0.15, 0.72, 0.00, 0.13. Web safe color of #bb3ddd is #cc33cc. Color #bb3ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111101 11011101
Octal 273 75 335
Decimal 187 61 221
Hex BB 3D DD

RGB Percentages of Color #bb3ddd

%39.87
%13.01
%47.12

CMYK Percentages of Color #bb3ddd

%15
%72
%0
%13

Triadic Colors of #bb3ddd

#bb3ddd #ddbb3d #3dddbb

Analogous Colors of #bb3ddd

#bb3ddd #dd3daf #6b3ddd

Monochromatic Colors of #bb3ddd

#bb3ddd

Complementary Color

#bb3ddd #5fdd3d

#bb3ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3ddd Color CSS Codes

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

#bb3ddd Text Font Color

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

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


#bb3ddd Background Color

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

This div background color is #bb3ddd


#bb3ddd Border Color

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

This div border color is #bb3ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3ddd


Comments

No comments written yet.

Please login to write comment.