Color Hex Logo

#bb2fdc Color Hex

#BB2FDC
(187,47,220)
0 Favorites   0 Comments

Color spaces of #bb2fdc

RGB 18747220
HSL0.800.710.52
HSV289°79°86°
CMYK 0.150.790.00   0.14
XYZ34.428317.765169.3246
Yxy17.76510.28330.1462
Hunter Lab42.148772.0440-68.0140
CIE-Lab49.210075.3429-59.6261

#bb2fdc color RGB value is (187,47,220).

#bb2fdc hex color red value is 187, green value is 47 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bb2fdc hue: 0.80 , saturation: 0.71 and the lightness value of bb2fdc is 0.52.

The process color (four color CMYK) of #bb2fdc color hex is 0.15, 0.79, 0.00, 0.14. Web safe color of #bb2fdc is #cc33cc. Color #bb2fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101111 11011100
Octal 273 57 334
Decimal 187 47 220
Hex BB 2F DC

RGB Percentages of Color #bb2fdc

%41.19
%10.35
%48.46

CMYK Percentages of Color #bb2fdc

%15
%79
%0
%14

Triadic Colors of #bb2fdc

#bb2fdc #dcbb2f #2fdcbb

Analogous Colors of #bb2fdc

#bb2fdc #dc2fa7 #652fdc

Monochromatic Colors of #bb2fdc

#bb2fdc

Complementary Color

#bb2fdc #50dc2f

#bb2fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2fdc Color CSS Codes

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

#bb2fdc Text Font Color

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

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


#bb2fdc Background Color

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

This div background color is #bb2fdc


#bb2fdc Border Color

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

This div border color is #bb2fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2fdc


Comments

No comments written yet.

Please login to write comment.