Color Hex Logo

#b607cb Color Hex

#B607CB
(182,7,203)
0 Favorites   0 Comments

Color spaces of #b607cb

RGB 1827203
HSL0.820.930.41
HSV294°97°80°
CMYK 0.100.970.00   0.20
XYZ30.146914.408857.6922
Yxy14.40880.29480.1409
Hunter Lab37.958975.3362-63.5412
CIE-Lab44.813678.8597-56.9877

#b607cb color RGB value is (182,7,203).

#b607cb hex color red value is 182, green value is 7 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b607cb hue: 0.82 , saturation: 0.93 and the lightness value of b607cb is 0.41.

The process color (four color CMYK) of #b607cb color hex is 0.10, 0.97, 0.00, 0.20. Web safe color of #b607cb is #cc00cc. Color #b607cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000111 11001011
Octal 266 7 313
Decimal 182 7 203
Hex B6 7 CB

RGB Percentages of Color #b607cb

%46.43
%1.79
%51.79

CMYK Percentages of Color #b607cb

%10
%97
%0
%20

Triadic Colors of #b607cb

#b607cb #cbb607 #07cbb6

Analogous Colors of #b607cb

#b607cb #cb077e #5407cb

Monochromatic Colors of #b607cb

#b607cb

Complementary Color

#b607cb #1ccb07

#b607cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b607cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b607cb Color CSS Codes

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

#b607cb Text Font Color

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

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


#b607cb Background Color

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

This div background color is #b607cb


#b607cb Border Color

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

This div border color is #b607cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,7,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b607cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b607cb


Comments

No comments written yet.

Please login to write comment.