Color Hex Logo

#b792df Color Hex

#B792DF
(183,146,223)
0 Favorites   0 Comments

Color spaces of #b792df

RGB 183146223
HSL0.750.550.72
HSV269°35°87°
CMYK 0.180.350.00   0.13
XYZ43.126635.952874.4786
Yxy35.95280.28080.2341
Hunter Lab59.960723.4547-31.6731
CIE-Lab66.483828.6794-34.0059

#b792df color RGB value is (183,146,223).

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

The process color (four color CMYK) of #b792df color hex is 0.18, 0.35, 0.00, 0.13. Web safe color of #b792df is #cc99cc. Color #b792df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010010 11011111
Octal 267 222 337
Decimal 183 146 223
Hex B7 92 DF

RGB Percentages of Color #b792df

%33.15
%26.45
%40.40

CMYK Percentages of Color #b792df

%18
%35
%0
%13

Triadic Colors of #b792df

#b792df #dfb792 #92dfb7

Analogous Colors of #b792df

#b792df #de92df #9294df

Monochromatic Colors of #b792df

#b792df

Complementary Color

#b792df #badf92

#b792df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b792df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b792df Color CSS Codes

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

#b792df Text Font Color

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

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


#b792df Background Color

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

This div background color is #b792df


#b792df Border Color

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

This div border color is #b792df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b792df


Comments

No comments written yet.

Please login to write comment.