Color Hex Logo

#b880cc Color Hex

#B880CC
(184,128,204)
0 Favorites   0 Comments

Color spaces of #b880cc

RGB 184128204
HSL0.790.430.65
HSV284°37°80°
CMYK 0.100.370.00   0.20
XYZ38.385429.988360.8919
Yxy29.98830.29690.2320
Hunter Lab54.761629.2877-27.5942
CIE-Lab61.644134.9105-30.9078

#b880cc color RGB value is (184,128,204).

#b880cc hex color red value is 184, green value is 128 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b880cc hue: 0.79 , saturation: 0.43 and the lightness value of b880cc is 0.65.

The process color (four color CMYK) of #b880cc color hex is 0.10, 0.37, 0.00, 0.20. Web safe color of #b880cc is #cc99cc. Color #b880cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000000 11001100
Octal 270 200 314
Decimal 184 128 204
Hex B8 80 CC

RGB Percentages of Color #b880cc

%35.66
%24.81
%39.53

CMYK Percentages of Color #b880cc

%10
%37
%0
%20

Triadic Colors of #b880cc

#b880cc #ccb880 #80ccb8

Analogous Colors of #b880cc

#b880cc #cc80ba #9280cc

Monochromatic Colors of #b880cc

#b880cc

Complementary Color

#b880cc #94cc80

#b880cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b880cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b880cc Color CSS Codes

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

#b880cc Text Font Color

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

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


#b880cc Background Color

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

This div background color is #b880cc


#b880cc Border Color

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

This div border color is #b880cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,128,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b880cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b880cc;
  -webkit-box-shadow: 1px 1px 3px 2px #b880cc;
  box-shadow:         1px 1px 3px 2px #b880cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,128,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b880cc


Comments

No comments written yet.

Please login to write comment.