Color Hex Logo

#b792ec Color Hex

#B792EC
(183,146,236)
0 Favorites   0 Comments

Color spaces of #b792ec

RGB 183146236
HSL0.740.700.75
HSV265°38°93°
CMYK 0.220.380.00   0.07
XYZ44.947636.681284.0681
Yxy36.68120.27130.2214
Hunter Lab60.565026.4829-39.9028
CIE-Lab67.037231.6278-40.3118

#b792ec color RGB value is (183,146,236).

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

The process color (four color CMYK) of #b792ec color hex is 0.22, 0.38, 0.00, 0.07. Web safe color of #b792ec is #cc99ff. Color #b792ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010010 11101100
Octal 267 222 354
Decimal 183 146 236
Hex B7 92 EC

RGB Percentages of Color #b792ec

%32.39
%25.84
%41.77

CMYK Percentages of Color #b792ec

%22
%38
%0
%7

Triadic Colors of #b792ec

#b792ec #ecb792 #92ecb7

Analogous Colors of #b792ec

#b792ec #e492ec #929aec

Monochromatic Colors of #b792ec

#b792ec

Complementary Color

#b792ec #c7ec92

#b792ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b792ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b792ec Color CSS Codes

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

#b792ec Text Font Color

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

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


#b792ec Background Color

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

This div background color is #b792ec


#b792ec Border Color

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

This div border color is #b792ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b792ec


Comments

No comments written yet.

Please login to write comment.