Color Hex Logo

#b665ce Color Hex

#B665CE
(182,101,206)
0 Favorites   0 Comments

Color spaces of #b665ce

RGB 182101206
HSL0.800.520.60
HSV286°51°81°
CMYK 0.120.510.00   0.19
XYZ35.085723.708761.1195
Yxy23.70870.29260.1977
Hunter Lab48.691643.4115-40.3389
CIE-Lab55.795049.2136-41.1976

#b665ce color RGB value is (182,101,206).

#b665ce hex color red value is 182, green value is 101 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b665ce hue: 0.80 , saturation: 0.52 and the lightness value of b665ce is 0.60.

The process color (four color CMYK) of #b665ce color hex is 0.12, 0.51, 0.00, 0.19. Web safe color of #b665ce is #cc66cc. Color #b665ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100101 11001110
Octal 266 145 316
Decimal 182 101 206
Hex B6 65 CE

RGB Percentages of Color #b665ce

%37.22
%20.65
%42.13

CMYK Percentages of Color #b665ce

%12
%51
%0
%19

Triadic Colors of #b665ce

#b665ce #ceb665 #65ceb6

Analogous Colors of #b665ce

#b665ce #ce65b2 #8265ce

Monochromatic Colors of #b665ce

#b665ce

Complementary Color

#b665ce #7dce65

#b665ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b665ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b665ce Color CSS Codes

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

#b665ce Text Font Color

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

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


#b665ce Background Color

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

This div background color is #b665ce


#b665ce Border Color

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

This div border color is #b665ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b665ce


Comments

No comments written yet.

Please login to write comment.