Color Hex Logo

#b380ea Color Hex

#B380EA
(179,128,234)
0 Favorites   0 Comments

Color spaces of #b380ea

RGB 179128234
HSL0.750.720.71
HSV269°45°92°
CMYK 0.240.450.00   0.08
XYZ41.160930.962681.6489
Yxy30.96260.26770.2014
Hunter Lab55.644034.6626-48.0479
CIE-Lab62.476040.0259-46.3986

#b380ea color RGB value is (179,128,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000000 11101010
Octal 263 200 352
Decimal 179 128 234
Hex B3 80 EA

RGB Percentages of Color #b380ea

%33.09
%23.66
%43.25

CMYK Percentages of Color #b380ea

%24
%45
%0
%8

Triadic Colors of #b380ea

#b380ea #eab380 #80eab3

Analogous Colors of #b380ea

#b380ea #e880ea #8082ea

Monochromatic Colors of #b380ea

#b380ea

Complementary Color

#b380ea #b7ea80

#b380ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b380ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b380ea Color CSS Codes

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

#b380ea Text Font Color

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

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


#b380ea Background Color

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

This div background color is #b380ea


#b380ea Border Color

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

This div border color is #b380ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b380ea


Comments

No comments written yet.

Please login to write comment.