Color Hex Logo

#b190dc Color Hex

#B190DC
(177,144,220)
0 Favorites   0 Comments

Color spaces of #b190dc

RGB 177144220
HSL0.740.520.71
HSV266°35°86°
CMYK 0.200.350.00   0.14
XYZ41.023034.460972.1996
Yxy34.46090.27780.2333
Hunter Lab58.703422.0081-31.8287
CIE-Lab65.326827.3154-34.1848

#b190dc color RGB value is (177,144,220).

#b190dc hex color red value is 177, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b190dc hue: 0.74 , saturation: 0.52 and the lightness value of b190dc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010000 11011100
Octal 261 220 334
Decimal 177 144 220
Hex B1 90 DC

RGB Percentages of Color #b190dc

%32.72
%26.62
%40.67

CMYK Percentages of Color #b190dc

%20
%35
%0
%14

Triadic Colors of #b190dc

#b190dc #dcb190 #90dcb1

Analogous Colors of #b190dc

#b190dc #d790dc #9095dc

Monochromatic Colors of #b190dc

#b190dc

Complementary Color

#b190dc #bbdc90

#b190dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b190dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b190dc Color CSS Codes

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

#b190dc Text Font Color

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

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


#b190dc Background Color

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

This div background color is #b190dc


#b190dc Border Color

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

This div border color is #b190dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b190dc


Comments

No comments written yet.

Please login to write comment.