Color Hex Logo

#b192da Color Hex

#B192DA
(177,146,218)
0 Favorites   0 Comments

Color spaces of #b192da

RGB 177146218
HSL0.740.490.71
HSV266°33°85°
CMYK 0.190.330.00   0.15
XYZ41.065234.966870.9146
Yxy34.96680.27950.2380
Hunter Lab59.132720.4785-29.7103
CIE-Lab65.722825.7379-32.4611

#b192da color RGB value is (177,146,218).

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

The process color (four color CMYK) of #b192da color hex is 0.19, 0.33, 0.00, 0.15. Web safe color of #b192da is #9999cc. Color #b192da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010010 11011010
Octal 261 222 332
Decimal 177 146 218
Hex B1 92 DA

RGB Percentages of Color #b192da

%32.72
%26.99
%40.30

CMYK Percentages of Color #b192da

%19
%33
%0
%15

Triadic Colors of #b192da

#b192da #dab192 #92dab1

Analogous Colors of #b192da

#b192da #d592da #9297da

Monochromatic Colors of #b192da

#b192da

Complementary Color

#b192da #bbda92

#b192da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b192da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b192da Color CSS Codes

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

#b192da Text Font Color

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

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


#b192da Background Color

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

This div background color is #b192da


#b192da Border Color

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

This div border color is #b192da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b192da


Comments

No comments written yet.

Please login to write comment.