Color Hex Logo

#b665cb Color Hex

#B665CB
(182,101,203)
0 Favorites   0 Comments

Color spaces of #b665cb

RGB 182101203
HSL0.800.500.60
HSV288°50°80°
CMYK 0.100.500.00   0.20
XYZ34.724623.564259.2181
Yxy23.56420.29550.2005
Hunter Lab48.543042.7375-38.3484
CIE-Lab55.648848.6088-39.7207

#b665cb color RGB value is (182,101,203).

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

The process color (four color CMYK) of #b665cb color hex is 0.10, 0.50, 0.00, 0.20. Web safe color of #b665cb is #cc66cc. Color #b665cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100101 11001011
Octal 266 145 313
Decimal 182 101 203
Hex B6 65 CB

RGB Percentages of Color #b665cb

%37.45
%20.78
%41.77

CMYK Percentages of Color #b665cb

%10
%50
%0
%20

Triadic Colors of #b665cb

#b665cb #cbb665 #65cbb6

Analogous Colors of #b665cb

#b665cb #cb65ad #8365cb

Monochromatic Colors of #b665cb

#b665cb

Complementary Color

#b665cb #7acb65

#b665cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b665cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b665cb Color CSS Codes

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

#b665cb Text Font Color

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

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


#b665cb Background Color

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

This div background color is #b665cb


#b665cb Border Color

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

This div border color is #b665cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b665cb


Comments

No comments written yet.

Please login to write comment.