Color Hex Logo

#b793ec Color Hex

#B793EC
(183,147,236)
0 Favorites   0 Comments

Color spaces of #b793ec

RGB 183147236
HSL0.730.700.75
HSV264°38°93°
CMYK 0.220.380.00   0.07
XYZ45.102536.990884.1197
Yxy36.99080.27140.2226
Hunter Lab60.820125.9356-39.4294
CIE-Lab67.270131.0706-39.9476

#b793ec color RGB value is (183,147,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010011 11101100
Octal 267 223 354
Decimal 183 147 236
Hex B7 93 EC

RGB Percentages of Color #b793ec

%32.33
%25.97
%41.70

CMYK Percentages of Color #b793ec

%22
%38
%0
%7

Triadic Colors of #b793ec

#b793ec #ecb793 #93ecb7

Analogous Colors of #b793ec

#b793ec #e493ec #939cec

Monochromatic Colors of #b793ec

#b793ec

Complementary Color

#b793ec #c8ec93

#b793ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b793ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b793ec Color CSS Codes

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

#b793ec Text Font Color

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

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


#b793ec Background Color

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

This div background color is #b793ec


#b793ec Border Color

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

This div border color is #b793ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b793ec


Comments

No comments written yet.

Please login to write comment.