Color Hex Logo

#b383ec Color Hex

#B383EC
(179,131,236)
1 Favorites   0 Comments

Color spaces of #b383ec

RGB 179131236
HSL0.740.730.72
HSV267°44°93°
CMYK 0.240.440.00   0.07
XYZ41.847031.872483.3033
Yxy31.87240.26650.2030
Hunter Lab56.455633.5134-47.9666
CIE-Lab63.237338.8350-46.3052

#b383ec color RGB value is (179,131,236).

#b383ec hex color red value is 179, green value is 131 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b383ec hue: 0.74 , saturation: 0.73 and the lightness value of b383ec is 0.72.

The process color (four color CMYK) of #b383ec color hex is 0.24, 0.44, 0.00, 0.07. Web safe color of #b383ec is #cc99ff. Color #b383ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000011 11101100
Octal 263 203 354
Decimal 179 131 236
Hex B3 83 EC

RGB Percentages of Color #b383ec

%32.78
%23.99
%43.22

CMYK Percentages of Color #b383ec

%24
%44
%0
%7

Triadic Colors of #b383ec

#b383ec #ecb383 #83ecb3

Analogous Colors of #b383ec

#b383ec #e883ec #8388ec

Monochromatic Colors of #b383ec

#b383ec

Complementary Color

#b383ec #bcec83

#b383ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b383ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b383ec Color CSS Codes

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

#b383ec Text Font Color

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

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


#b383ec Background Color

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

This div background color is #b383ec


#b383ec Border Color

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

This div border color is #b383ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b383ec


Comments

No comments written yet.

Please login to write comment.