Color Hex Logo

#b381ea Color Hex

#B381EA
(179,129,234)
0 Favorites   0 Comments

Color spaces of #b381ea

RGB 179129234
HSL0.750.710.71
HSV269°45°92°
CMYK 0.240.450.00   0.08
XYZ41.291931.224781.6926
Yxy31.22470.26780.2025
Hunter Lab55.879134.1144-47.5639
CIE-Lab62.696939.4750-46.0503

#b381ea color RGB value is (179,129,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 11101010
Octal 263 201 352
Decimal 179 129 234
Hex B3 81 EA

RGB Percentages of Color #b381ea

%33.03
%23.80
%43.17

CMYK Percentages of Color #b381ea

%24
%45
%0
%8

Triadic Colors of #b381ea

#b381ea #eab381 #81eab3

Analogous Colors of #b381ea

#b381ea #e881ea #8184ea

Monochromatic Colors of #b381ea

#b381ea

Complementary Color

#b381ea #b8ea81

#b381ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b381ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b381ea Color CSS Codes

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

#b381ea Text Font Color

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

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


#b381ea Background Color

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

This div background color is #b381ea


#b381ea Border Color

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

This div border color is #b381ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b381ea


Comments

No comments written yet.

Please login to write comment.