Color Hex Logo

#b792dc Color Hex

#B792DC
(183,146,220)
0 Favorites   0 Comments

Color spaces of #b792dc

RGB 183146220
HSL0.750.510.72
HSV270°34°86°
CMYK 0.170.340.00   0.14
XYZ42.725635.792472.3669
Yxy35.79240.28320.2372
Hunter Lab59.826722.7799-29.8389
CIE-Lab66.361028.0144-32.5363

#b792dc color RGB value is (183,146,220).

#b792dc hex color red value is 183, green value is 146 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b792dc hue: 0.75 , saturation: 0.51 and the lightness value of b792dc is 0.72.

The process color (four color CMYK) of #b792dc color hex is 0.17, 0.34, 0.00, 0.14. Web safe color of #b792dc is #cc99cc. Color #b792dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010010 11011100
Octal 267 222 334
Decimal 183 146 220
Hex B7 92 DC

RGB Percentages of Color #b792dc

%33.33
%26.59
%40.07

CMYK Percentages of Color #b792dc

%17
%34
%0
%14

Triadic Colors of #b792dc

#b792dc #dcb792 #92dcb7

Analogous Colors of #b792dc

#b792dc #dc92dc #9292dc

Monochromatic Colors of #b792dc

#b792dc

Complementary Color

#b792dc #b7dc92

#b792dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b792dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b792dc Color CSS Codes

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

#b792dc Text Font Color

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

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


#b792dc Background Color

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

This div background color is #b792dc


#b792dc Border Color

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

This div border color is #b792dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b792dc


Comments

No comments written yet.

Please login to write comment.