Color Hex Logo

#bb45ce Color Hex

#BB45CE
(187,69,206)
0 Favorites   0 Comments

Color spaces of #bb45ce

RGB 18769206
HSL0.810.580.54
HSV292°67°81°
CMYK 0.090.670.00   0.19
XYZ33.762219.277360.3339
Yxy19.27730.29780.1700
Hunter Lab43.905960.4252-50.7400
CIE-Lab51.010165.2702-48.7375

#bb45ce color RGB value is (187,69,206).

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

The process color (four color CMYK) of #bb45ce color hex is 0.09, 0.67, 0.00, 0.19. Web safe color of #bb45ce is #cc33cc. Color #bb45ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000101 11001110
Octal 273 105 316
Decimal 187 69 206
Hex BB 45 CE

RGB Percentages of Color #bb45ce

%40.48
%14.94
%44.59

CMYK Percentages of Color #bb45ce

%9
%67
%0
%19

Triadic Colors of #bb45ce

#bb45ce #cebb45 #45cebb

Analogous Colors of #bb45ce

#bb45ce #ce459d #7745ce

Monochromatic Colors of #bb45ce

#bb45ce

Complementary Color

#bb45ce #58ce45

#bb45ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb45ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb45ce Color CSS Codes

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

#bb45ce Text Font Color

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

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


#bb45ce Background Color

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

This div background color is #bb45ce


#bb45ce Border Color

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

This div border color is #bb45ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb45ce


Comments

No comments written yet.

Please login to write comment.