Color Hex Logo

#bb5ecf Color Hex

#BB5ECF
(187,94,207)
0 Favorites   0 Comments

Color spaces of #bb5ecf

RGB 18794207
HSL0.800.540.59
HSV289°55°81°
CMYK 0.100.550.00   0.19
XYZ35.758723.075261.6008
Yxy23.07520.29690.1916
Hunter Lab48.036748.8121-42.4061
CIE-Lab55.149754.2736-42.7420

#bb5ecf color RGB value is (187,94,207).

#bb5ecf hex color red value is 187, green value is 94 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bb5ecf hue: 0.80 , saturation: 0.54 and the lightness value of bb5ecf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011110 11001111
Octal 273 136 317
Decimal 187 94 207
Hex BB 5E CF

RGB Percentages of Color #bb5ecf

%38.32
%19.26
%42.42

CMYK Percentages of Color #bb5ecf

%10
%55
%0
%19

Triadic Colors of #bb5ecf

#bb5ecf #cfbb5e #5ecfbb

Analogous Colors of #bb5ecf

#bb5ecf #cf5eab #835ecf

Monochromatic Colors of #bb5ecf

#bb5ecf

Complementary Color

#bb5ecf #72cf5e

#bb5ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5ecf Color CSS Codes

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

#bb5ecf Text Font Color

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

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


#bb5ecf Background Color

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

This div background color is #bb5ecf


#bb5ecf Border Color

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

This div border color is #bb5ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5ecf


Comments

No comments written yet.

Please login to write comment.