Color Hex Logo

#b792ee Color Hex

#B792EE
(183,146,238)
0 Favorites   0 Comments

Color spaces of #b792ee

RGB 183146238
HSL0.730.730.75
HSV264°39°93°
CMYK 0.230.390.00   0.07
XYZ45.239936.798185.6073
Yxy36.79810.26990.2195
Hunter Lab60.661426.9637-41.2089
CIE-Lab67.125332.0905-41.2728

#b792ee color RGB value is (183,146,238).

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

The process color (four color CMYK) of #b792ee color hex is 0.23, 0.39, 0.00, 0.07. Web safe color of #b792ee is #cc99ff. Color #b792ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010010 11101110
Octal 267 222 356
Decimal 183 146 238
Hex B7 92 EE

RGB Percentages of Color #b792ee

%32.28
%25.75
%41.98

CMYK Percentages of Color #b792ee

%23
%39
%0
%7

Triadic Colors of #b792ee

#b792ee #eeb792 #92eeb7

Analogous Colors of #b792ee

#b792ee #e592ee #929bee

Monochromatic Colors of #b792ee

#b792ee

Complementary Color

#b792ee #c9ee92

#b792ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b792ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b792ee Color CSS Codes

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

#b792ee Text Font Color

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

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


#b792ee Background Color

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

This div background color is #b792ee


#b792ee Border Color

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

This div border color is #b792ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b792ee


Comments

No comments written yet.

Please login to write comment.