Color Hex Logo

#b671ea Color Hex

#B671EA
(182,113,234)
0 Favorites   0 Comments

Color spaces of #b671ea

RGB 182113234
HSL0.760.740.68
HSV274°52°92°
CMYK 0.220.520.00   0.08
XYZ40.047827.695981.0770
Yxy27.69590.26910.1861
Hunter Lab52.626943.7371-54.5034
CIE-Lab59.613048.9255-50.9097

#b671ea color RGB value is (182,113,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110001 11101010
Octal 266 161 352
Decimal 182 113 234
Hex B6 71 EA

RGB Percentages of Color #b671ea

%34.40
%21.36
%44.23

CMYK Percentages of Color #b671ea

%22
%52
%0
%8

Triadic Colors of #b671ea

#b671ea #eab671 #71eab6

Analogous Colors of #b671ea

#b671ea #ea71e2 #7a71ea

Monochromatic Colors of #b671ea

#b671ea

Complementary Color

#b671ea #a5ea71

#b671ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b671ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b671ea Color CSS Codes

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

#b671ea Text Font Color

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

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


#b671ea Background Color

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

This div background color is #b671ea


#b671ea Border Color

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

This div border color is #b671ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b671ea


Comments

No comments written yet.

Please login to write comment.