Color Hex Logo

#b366cf Color Hex

#B366CF
(179,102,207)
0 Favorites   0 Comments

Color spaces of #b366cf

RGB 179102207
HSL0.790.520.61
HSV284°51°81°
CMYK 0.140.510.00   0.19
XYZ34.604323.591461.7612
Yxy23.59140.28850.1967
Hunter Lab48.571042.1728-41.3915
CIE-Lab55.676448.0768-41.9775

#b366cf color RGB value is (179,102,207).

#b366cf hex color red value is 179, green value is 102 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b366cf hue: 0.79 , saturation: 0.52 and the lightness value of b366cf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100110 11001111
Octal 263 146 317
Decimal 179 102 207
Hex B3 66 CF

RGB Percentages of Color #b366cf

%36.68
%20.90
%42.42

CMYK Percentages of Color #b366cf

%14
%51
%0
%19

Triadic Colors of #b366cf

#b366cf #cfb366 #66cfb3

Analogous Colors of #b366cf

#b366cf #cf66b7 #7f66cf

Monochromatic Colors of #b366cf

#b366cf

Complementary Color

#b366cf #82cf66

#b366cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b366cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b366cf Color CSS Codes

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

#b366cf Text Font Color

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

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


#b366cf Background Color

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

This div background color is #b366cf


#b366cf Border Color

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

This div border color is #b366cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,102,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b366cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b366cf;
  -webkit-box-shadow: 1px 1px 3px 2px #b366cf;
  box-shadow:         1px 1px 3px 2px #b366cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,102,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b366cf


Comments

No comments written yet.

Please login to write comment.