Color Hex Logo

#b880ca Color Hex

#B880CA
(184,128,202)
0 Favorites   0 Comments

Color spaces of #b880ca

RGB 184128202
HSL0.790.410.65
HSV285°37°79°
CMYK 0.090.370.00   0.21
XYZ38.147029.893059.6365
Yxy29.89300.29880.2341
Hunter Lab54.674528.8611-26.3987
CIE-Lab61.561834.4987-29.9095

#b880ca color RGB value is (184,128,202).

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

The process color (four color CMYK) of #b880ca color hex is 0.09, 0.37, 0.00, 0.21. Web safe color of #b880ca is #cc99cc. Color #b880ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000000 11001010
Octal 270 200 312
Decimal 184 128 202
Hex B8 80 CA

RGB Percentages of Color #b880ca

%35.80
%24.90
%39.30

CMYK Percentages of Color #b880ca

%9
%37
%0
%21

Triadic Colors of #b880ca

#b880ca #cab880 #80cab8

Analogous Colors of #b880ca

#b880ca #ca80b7 #9380ca

Monochromatic Colors of #b880ca

#b880ca

Complementary Color

#b880ca #92ca80

#b880ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b880ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b880ca Color CSS Codes

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

#b880ca Text Font Color

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

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


#b880ca Background Color

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

This div background color is #b880ca


#b880ca Border Color

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

This div border color is #b880ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b880ca


Comments

No comments written yet.

Please login to write comment.