Color Hex Logo

#bb55da Color Hex

#BB55DA
(187,85,218)
0 Favorites   0 Comments

Color spaces of #bb55da

RGB 18785218
HSL0.790.640.59
HSV286°61°85°
CMYK 0.140.610.00   0.15
XYZ36.396922.123868.6816
Yxy22.12380.28610.1739
Hunter Lab47.035955.8122-53.6497
CIE-Lab54.158160.6824-50.5612

#bb55da color RGB value is (187,85,218).

#bb55da hex color red value is 187, green value is 85 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bb55da hue: 0.79 , saturation: 0.64 and the lightness value of bb55da is 0.59.

The process color (four color CMYK) of #bb55da color hex is 0.14, 0.61, 0.00, 0.15. Web safe color of #bb55da is #cc66cc. Color #bb55da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 11011010
Octal 273 125 332
Decimal 187 85 218
Hex BB 55 DA

RGB Percentages of Color #bb55da

%38.16
%17.35
%44.49

CMYK Percentages of Color #bb55da

%14
%61
%0
%15

Triadic Colors of #bb55da

#bb55da #dabb55 #55dabb

Analogous Colors of #bb55da

#bb55da #da55b7 #7955da

Monochromatic Colors of #bb55da

#bb55da

Complementary Color

#bb55da #74da55

#bb55da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb55da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb55da Color CSS Codes

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

#bb55da Text Font Color

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

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


#bb55da Background Color

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

This div background color is #bb55da


#bb55da Border Color

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

This div border color is #bb55da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb55da


Comments

No comments written yet.

Please login to write comment.