Color Hex Logo

#b607ea Color Hex

#B607EA
(182,7,234)
0 Favorites   0 Comments

Color spaces of #b607ea

RGB 1827234
HSL0.800.940.47
HSV286°97°92°
CMYK 0.220.970.00   0.08
XYZ34.218716.037679.1339
Yxy16.03760.26450.1239
Hunter Lab40.047082.4396-89.1258
CIE-Lab47.023884.0413-71.1553

#b607ea color RGB value is (182,7,234).

#b607ea hex color red value is 182, green value is 7 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b607ea hue: 0.80 , saturation: 0.94 and the lightness value of b607ea is 0.47.

The process color (four color CMYK) of #b607ea color hex is 0.22, 0.97, 0.00, 0.08. Web safe color of #b607ea is #cc00ff. Color #b607ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000111 11101010
Octal 266 7 352
Decimal 182 7 234
Hex B6 7 EA

RGB Percentages of Color #b607ea

%43.03
%1.65
%55.32

CMYK Percentages of Color #b607ea

%22
%97
%0
%8

Triadic Colors of #b607ea

#b607ea #eab607 #07eab6

Analogous Colors of #b607ea

#b607ea #ea07ad #4507ea

Monochromatic Colors of #b607ea

#b607ea

Complementary Color

#b607ea #3bea07

#b607ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b607ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b607ea Color CSS Codes

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

#b607ea Text Font Color

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

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


#b607ea Background Color

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

This div background color is #b607ea


#b607ea Border Color

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

This div border color is #b607ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b607ea


Comments

No comments written yet.

Please login to write comment.