Color Hex Logo

#bb4dcf Color Hex

#BB4DCF
(187,77,207)
0 Favorites   0 Comments

Color spaces of #bb4dcf

RGB 18777207
HSL0.810.580.56
HSV291°63°81°
CMYK 0.100.630.00   0.19
XYZ34.409920.377561.1511
Yxy20.37750.29680.1758
Hunter Lab45.141457.0674-48.7185
CIE-Lab52.261462.1267-47.3184

#bb4dcf color RGB value is (187,77,207).

#bb4dcf hex color red value is 187, green value is 77 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bb4dcf hue: 0.81 , saturation: 0.58 and the lightness value of bb4dcf is 0.56.

The process color (four color CMYK) of #bb4dcf color hex is 0.10, 0.63, 0.00, 0.19. Web safe color of #bb4dcf is #cc66cc. Color #bb4dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001101 11001111
Octal 273 115 317
Decimal 187 77 207
Hex BB 4D CF

RGB Percentages of Color #bb4dcf

%39.70
%16.35
%43.95

CMYK Percentages of Color #bb4dcf

%10
%63
%0
%19

Triadic Colors of #bb4dcf

#bb4dcf #cfbb4d #4dcfbb

Analogous Colors of #bb4dcf

#bb4dcf #cf4da2 #7a4dcf

Monochromatic Colors of #bb4dcf

#bb4dcf

Complementary Color

#bb4dcf #61cf4d

#bb4dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4dcf Color CSS Codes

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

#bb4dcf Text Font Color

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

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


#bb4dcf Background Color

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

This div background color is #bb4dcf


#bb4dcf Border Color

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

This div border color is #bb4dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,77,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 #bb4dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4dcf


Comments

No comments written yet.

Please login to write comment.