Color Hex Logo

#b190cc Color Hex

#B190CC
(177,144,204)
0 Favorites   0 Comments

Color spaces of #b190cc

RGB 177144204
HSL0.760.370.68
HSV273°29°80°
CMYK 0.130.290.00   0.20
XYZ39.003833.653361.5667
Yxy33.65330.29060.2507
Hunter Lab58.011518.4938-22.3156
CIE-Lab64.686423.7713-26.2689

#b190cc color RGB value is (177,144,204).

#b190cc hex color red value is 177, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b190cc hue: 0.76 , saturation: 0.37 and the lightness value of b190cc is 0.68.

The process color (four color CMYK) of #b190cc color hex is 0.13, 0.29, 0.00, 0.20. Web safe color of #b190cc is #9999cc. Color #b190cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010000 11001100
Octal 261 220 314
Decimal 177 144 204
Hex B1 90 CC

RGB Percentages of Color #b190cc

%33.71
%27.43
%38.86

CMYK Percentages of Color #b190cc

%13
%29
%0
%20

Triadic Colors of #b190cc

#b190cc #ccb190 #90ccb1

Analogous Colors of #b190cc

#b190cc #cc90c9 #9390cc

Monochromatic Colors of #b190cc

#b190cc

Complementary Color

#b190cc #abcc90

#b190cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b190cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b190cc Color CSS Codes

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

#b190cc Text Font Color

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

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


#b190cc Background Color

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

This div background color is #b190cc


#b190cc Border Color

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

This div border color is #b190cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b190cc


Comments

No comments written yet.

Please login to write comment.