Color Hex Logo

#b276ea Color Hex

#B276EA
(178,118,234)
0 Favorites   0 Comments

Color spaces of #b276ea

RGB 178118234
HSL0.750.730.69
HSV271°50°92°
CMYK 0.240.500.00   0.08
XYZ39.689828.362481.2245
Yxy28.36240.26590.1900
Hunter Lab53.256439.8302-53.1473
CIE-Lab60.214745.2115-49.9821

#b276ea color RGB value is (178,118,234).

#b276ea hex color red value is 178, green value is 118 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b276ea hue: 0.75 , saturation: 0.73 and the lightness value of b276ea is 0.69.

The process color (four color CMYK) of #b276ea color hex is 0.24, 0.50, 0.00, 0.08. Web safe color of #b276ea is #9966ff. Color #b276ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110110 11101010
Octal 262 166 352
Decimal 178 118 234
Hex B2 76 EA

RGB Percentages of Color #b276ea

%33.58
%22.26
%44.15

CMYK Percentages of Color #b276ea

%24
%50
%0
%8

Triadic Colors of #b276ea

#b276ea #eab276 #76eab2

Analogous Colors of #b276ea

#b276ea #ea76e8 #7876ea

Monochromatic Colors of #b276ea

#b276ea

Complementary Color

#b276ea #aeea76

#b276ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b276ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b276ea Color CSS Codes

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

#b276ea Text Font Color

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

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


#b276ea Background Color

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

This div background color is #b276ea


#b276ea Border Color

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

This div border color is #b276ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b276ea


Comments

No comments written yet.

Please login to write comment.