Color Hex Logo

#b383ea Color Hex

#B383EA
(179,131,234)
0 Favorites   0 Comments

Color spaces of #b383ea

RGB 179131234
HSL0.740.710.72
HSV268°44°92°
CMYK 0.240.440.00   0.08
XYZ41.558031.756881.7812
Yxy31.75680.26800.2048
Hunter Lab56.353233.0179-46.5960
CIE-Lab63.141438.3708-45.3496

#b383ea color RGB value is (179,131,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000011 11101010
Octal 263 203 352
Decimal 179 131 234
Hex B3 83 EA

RGB Percentages of Color #b383ea

%32.90
%24.08
%43.01

CMYK Percentages of Color #b383ea

%24
%44
%0
%8

Triadic Colors of #b383ea

#b383ea #eab383 #83eab3

Analogous Colors of #b383ea

#b383ea #e783ea #8387ea

Monochromatic Colors of #b383ea

#b383ea

Complementary Color

#b383ea #baea83

#b383ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b383ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b383ea Color CSS Codes

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

#b383ea Text Font Color

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

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


#b383ea Background Color

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

This div background color is #b383ea


#b383ea Border Color

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

This div border color is #b383ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,131,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b383ea


Comments

No comments written yet.

Please login to write comment.