Color Hex Logo

#bb1cea Color Hex

#BB1CEA
(187,28,234)
0 Favorites   0 Comments

Color spaces of #bb1cea

RGB 18728234
HSL0.800.830.51
HSV286°88°92°
CMYK 0.200.880.00   0.08
XYZ35.760117.335879.3033
Yxy17.33580.27010.1309
Hunter Lab41.636380.4446-83.7824
CIE-Lab48.680482.1633-68.4273

#bb1cea color RGB value is (187,28,234).

#bb1cea hex color red value is 187, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bb1cea hue: 0.80 , saturation: 0.83 and the lightness value of bb1cea is 0.51.

The process color (four color CMYK) of #bb1cea color hex is 0.20, 0.88, 0.00, 0.08. Web safe color of #bb1cea is #cc33ff. Color #bb1cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011100 11101010
Octal 273 34 352
Decimal 187 28 234
Hex BB 1C EA

RGB Percentages of Color #bb1cea

%41.65
%6.24
%52.12

CMYK Percentages of Color #bb1cea

%20
%88
%0
%8

Triadic Colors of #bb1cea

#bb1cea #eabb1c #1ceabb

Analogous Colors of #bb1cea

#bb1cea #ea1cb2 #541cea

Monochromatic Colors of #bb1cea

#bb1cea

Complementary Color

#bb1cea #4bea1c

#bb1cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1cea Color CSS Codes

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

#bb1cea Text Font Color

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

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


#bb1cea Background Color

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

This div background color is #bb1cea


#bb1cea Border Color

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

This div border color is #bb1cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1cea


Comments

No comments written yet.

Please login to write comment.