Color Hex Logo

#b607da Color Hex

#B607DA
(182,7,218)
0 Favorites   0 Comments

Color spaces of #b607da

RGB 1827218
HSL0.800.940.44
HSV290°97°85°
CMYK 0.170.970.00   0.15
XYZ32.022315.159067.5679
Yxy15.15900.27910.1321
Hunter Lab38.934678.6745-75.6390
CIE-Lab45.851281.3162-63.9512

#b607da color RGB value is (182,7,218).

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

The process color (four color CMYK) of #b607da color hex is 0.17, 0.97, 0.00, 0.15. Web safe color of #b607da is #cc00cc. Color #b607da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000111 11011010
Octal 266 7 332
Decimal 182 7 218
Hex B6 7 DA

RGB Percentages of Color #b607da

%44.72
%1.72
%53.56

CMYK Percentages of Color #b607da

%17
%97
%0
%15

Triadic Colors of #b607da

#b607da #dab607 #07dab6

Analogous Colors of #b607da

#b607da #da0795 #4c07da

Monochromatic Colors of #b607da

#b607da

Complementary Color

#b607da #2bda07

#b607da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b607da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b607da Color CSS Codes

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

#b607da Text Font Color

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

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


#b607da Background Color

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

This div background color is #b607da


#b607da Border Color

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

This div border color is #b607da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b607da


Comments

No comments written yet.

Please login to write comment.