Color Hex Logo

#b392cf Color Hex

#B392CF
(179,146,207)
0 Favorites   0 Comments

Color spaces of #b392cf

RGB 179146207
HSL0.760.390.69
HSV272°29°81°
CMYK 0.140.290.00   0.19
XYZ40.131834.646563.6037
Yxy34.64650.29000.2504
Hunter Lab58.861318.6946-22.8641
CIE-Lab65.472523.9309-26.7178

#b392cf color RGB value is (179,146,207).

#b392cf hex color red value is 179, green value is 146 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b392cf hue: 0.76 , saturation: 0.39 and the lightness value of b392cf is 0.69.

The process color (four color CMYK) of #b392cf color hex is 0.14, 0.29, 0.00, 0.19. Web safe color of #b392cf is #cc99cc. Color #b392cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010010 11001111
Octal 263 222 317
Decimal 179 146 207
Hex B3 92 CF

RGB Percentages of Color #b392cf

%33.65
%27.44
%38.91

CMYK Percentages of Color #b392cf

%14
%29
%0
%19

Triadic Colors of #b392cf

#b392cf #cfb392 #92cfb3

Analogous Colors of #b392cf

#b392cf #cf92cd #9592cf

Monochromatic Colors of #b392cf

#b392cf

Complementary Color

#b392cf #aecf92

#b392cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b392cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b392cf Color CSS Codes

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

#b392cf Text Font Color

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

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


#b392cf Background Color

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

This div background color is #b392cf


#b392cf Border Color

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

This div border color is #b392cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b392cf


Comments

No comments written yet.

Please login to write comment.