Color Hex Logo

#b190cd Color Hex

#B190CD
(177,144,205)
0 Favorites   0 Comments

Color spaces of #b190cd

RGB 177144205
HSL0.760.380.68
HSV272°30°80°
CMYK 0.140.300.00   0.20
XYZ39.124233.701462.2006
Yxy33.70140.28980.2496
Hunter Lab58.052918.7058-22.8890
CIE-Lab64.724923.9876-26.7683

#b190cd color RGB value is (177,144,205).

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

The process color (four color CMYK) of #b190cd color hex is 0.14, 0.30, 0.00, 0.20. Web safe color of #b190cd is #9999cc. Color #b190cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010000 11001101
Octal 261 220 315
Decimal 177 144 205
Hex B1 90 CD

RGB Percentages of Color #b190cd

%33.65
%27.38
%38.97

CMYK Percentages of Color #b190cd

%14
%30
%0
%20

Triadic Colors of #b190cd

#b190cd #cdb190 #90cdb1

Analogous Colors of #b190cd

#b190cd #cd90cb #9390cd

Monochromatic Colors of #b190cd

#b190cd

Complementary Color

#b190cd #accd90

#b190cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b190cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b190cd Color CSS Codes

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

#b190cd Text Font Color

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

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


#b190cd Background Color

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

This div background color is #b190cd


#b190cd Border Color

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

This div border color is #b190cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,144,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b190cd


Comments

No comments written yet.

Please login to write comment.