Color Hex Logo

#b673ea Color Hex

#B673EA
(182,115,234)
0 Favorites   0 Comments

Color spaces of #b673ea

RGB 182115234
HSL0.760.740.68
HSV274°51°92°
CMYK 0.220.510.00   0.08
XYZ40.273428.147181.1522
Yxy28.14710.26930.1882
Hunter Lab53.053842.6559-53.5535
CIE-Lab60.021447.8677-50.2616

#b673ea color RGB value is (182,115,234).

#b673ea hex color red value is 182, green value is 115 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b673ea hue: 0.76 , saturation: 0.74 and the lightness value of b673ea is 0.68.

The process color (four color CMYK) of #b673ea color hex is 0.22, 0.51, 0.00, 0.08. Web safe color of #b673ea is #cc66ff. Color #b673ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110011 11101010
Octal 266 163 352
Decimal 182 115 234
Hex B6 73 EA

RGB Percentages of Color #b673ea

%34.27
%21.66
%44.07

CMYK Percentages of Color #b673ea

%22
%51
%0
%8

Triadic Colors of #b673ea

#b673ea #eab673 #73eab6

Analogous Colors of #b673ea

#b673ea #ea73e3 #7b73ea

Monochromatic Colors of #b673ea

#b673ea

Complementary Color

#b673ea #a7ea73

#b673ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b673ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b673ea Color CSS Codes

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

#b673ea Text Font Color

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

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


#b673ea Background Color

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

This div background color is #b673ea


#b673ea Border Color

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

This div border color is #b673ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b673ea


Comments

No comments written yet.

Please login to write comment.