Color Hex Logo

#bb3cdf Color Hex

#BB3CDF
(187,60,223)
0 Favorites   0 Comments

Color spaces of #bb3cdf

RGB 18760223
HSL0.800.720.55
HSV287°73°87°
CMYK 0.160.730.00   0.13
XYZ35.428719.124271.6361
Yxy19.12420.28080.1516
Hunter Lab43.731268.0815-66.5111
CIE-Lab50.832271.7698-58.7205

#bb3cdf color RGB value is (187,60,223).

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

The process color (four color CMYK) of #bb3cdf color hex is 0.16, 0.73, 0.00, 0.13. Web safe color of #bb3cdf is #cc33cc. Color #bb3cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111100 11011111
Octal 273 74 337
Decimal 187 60 223
Hex BB 3C DF

RGB Percentages of Color #bb3cdf

%39.79
%12.77
%47.45

CMYK Percentages of Color #bb3cdf

%16
%73
%0
%13

Triadic Colors of #bb3cdf

#bb3cdf #dfbb3c #3cdfbb

Analogous Colors of #bb3cdf

#bb3cdf #df3cb2 #6a3cdf

Monochromatic Colors of #bb3cdf

#bb3cdf

Complementary Color

#bb3cdf #60df3c

#bb3cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3cdf Color CSS Codes

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

#bb3cdf Text Font Color

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

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


#bb3cdf Background Color

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

This div background color is #bb3cdf


#bb3cdf Border Color

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

This div border color is #bb3cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3cdf


Comments

No comments written yet.

Please login to write comment.