Color Hex Logo

#b608ce Color Hex

#B608CE
(182,8,206)
0 Favorites   0 Comments

Color spaces of #b608ce

RGB 1828206
HSL0.810.930.42
HSV293°96°81°
CMYK 0.120.960.00   0.19
XYZ30.518814.575059.5973
Yxy14.57500.29150.1392
Hunter Lab38.177275.8824-65.8318
CIE-Lab45.046579.2521-58.3482

#b608ce color RGB value is (182,8,206).

#b608ce hex color red value is 182, green value is 8 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b608ce hue: 0.81 , saturation: 0.93 and the lightness value of b608ce is 0.42.

The process color (four color CMYK) of #b608ce color hex is 0.12, 0.96, 0.00, 0.19. Web safe color of #b608ce is #cc00cc. Color #b608ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001000 11001110
Octal 266 10 316
Decimal 182 8 206
Hex B6 8 CE

RGB Percentages of Color #b608ce

%45.96
%2.02
%52.02

CMYK Percentages of Color #b608ce

%12
%96
%0
%19

Triadic Colors of #b608ce

#b608ce #ceb608 #08ceb6

Analogous Colors of #b608ce

#b608ce #ce0883 #5308ce

Monochromatic Colors of #b608ce

#b608ce

Complementary Color

#b608ce #20ce08

#b608ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b608ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b608ce Color CSS Codes

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

#b608ce Text Font Color

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

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


#b608ce Background Color

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

This div background color is #b608ce


#b608ce Border Color

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

This div border color is #b608ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b608ce


Comments

No comments written yet.

Please login to write comment.