Color Hex Logo

#b608be Color Hex

#B608BE
(182,8,190)
0 Favorites   0 Comments

Color spaces of #b608be

RGB 1828190
HSL0.830.920.39
HSV297°96°75°
CMYK 0.040.960.00   0.25
XYZ28.672513.836549.8747
Yxy13.83650.31040.1498
Hunter Lab37.197472.4957-53.4584
CIE-Lab43.997576.7251-50.7272

#b608be color RGB value is (182,8,190).

#b608be hex color red value is 182, green value is 8 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b608be hue: 0.83 , saturation: 0.92 and the lightness value of b608be is 0.39.

The process color (four color CMYK) of #b608be color hex is 0.04, 0.96, 0.00, 0.25. Web safe color of #b608be is #cc00cc. Color #b608be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001000 10111110
Octal 266 10 276
Decimal 182 8 190
Hex B6 8 BE

RGB Percentages of Color #b608be

%47.89
%2.11
%50.00

CMYK Percentages of Color #b608be

%4
%96
%0
%25

Triadic Colors of #b608be

#b608be #beb608 #08beb6

Analogous Colors of #b608be

#b608be #be086b #5b08be

Monochromatic Colors of #b608be

#b608be

Complementary Color

#b608be #10be08

#b608be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b608be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b608be Color CSS Codes

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

#b608be Text Font Color

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

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


#b608be Background Color

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

This div background color is #b608be


#b608be Border Color

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

This div border color is #b608be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b608be


Comments

No comments written yet.

Please login to write comment.