Color Hex Logo

#bb0dcf Color Hex

#BB0DCF
(187,13,207)
0 Favorites   0 Comments

Color spaces of #bb0dcf

RGB 18713207
HSL0.820.880.43
HSV294°94°81°
CMYK 0.100.940.00   0.19
XYZ31.899915.357660.3145
Yxy15.35760.29650.1428
Hunter Lab39.188876.7197-63.8197
CIE-Lab46.120179.7132-57.1508

#bb0dcf color RGB value is (187,13,207).

#bb0dcf hex color red value is 187, green value is 13 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bb0dcf hue: 0.82 , saturation: 0.88 and the lightness value of bb0dcf is 0.43.

The process color (four color CMYK) of #bb0dcf color hex is 0.10, 0.94, 0.00, 0.19. Web safe color of #bb0dcf is #cc00cc. Color #bb0dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001101 11001111
Octal 273 15 317
Decimal 187 13 207
Hex BB D CF

RGB Percentages of Color #bb0dcf

%45.95
%3.19
%50.86

CMYK Percentages of Color #bb0dcf

%10
%94
%0
%19

Triadic Colors of #bb0dcf

#bb0dcf #cfbb0d #0dcfbb

Analogous Colors of #bb0dcf

#bb0dcf #cf0d82 #5a0dcf

Monochromatic Colors of #bb0dcf

#bb0dcf

Complementary Color

#bb0dcf #21cf0d

#bb0dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0dcf Color CSS Codes

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

#bb0dcf Text Font Color

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

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


#bb0dcf Background Color

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

This div background color is #bb0dcf


#bb0dcf Border Color

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

This div border color is #bb0dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0dcf


Comments

No comments written yet.

Please login to write comment.