Color Hex Logo

#b368cb Color Hex

#B368CB
(179,104,203)
0 Favorites   0 Comments

Color spaces of #b368cb

RGB 179104203
HSL0.790.490.60
HSV285°49°80°
CMYK 0.120.490.00   0.20
XYZ34.320223.796159.2842
Yxy23.79610.29230.2027
Hunter Lab48.781240.2171-37.9087
CIE-Lab55.883146.2060-39.3775

#b368cb color RGB value is (179,104,203).

#b368cb hex color red value is 179, green value is 104 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b368cb hue: 0.79 , saturation: 0.49 and the lightness value of b368cb is 0.60.

The process color (four color CMYK) of #b368cb color hex is 0.12, 0.49, 0.00, 0.20. Web safe color of #b368cb is #cc66cc. Color #b368cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101000 11001011
Octal 263 150 313
Decimal 179 104 203
Hex B3 68 CB

RGB Percentages of Color #b368cb

%36.83
%21.40
%41.77

CMYK Percentages of Color #b368cb

%12
%49
%0
%20

Triadic Colors of #b368cb

#b368cb #cbb368 #68cbb3

Analogous Colors of #b368cb

#b368cb #cb68b2 #8268cb

Monochromatic Colors of #b368cb

#b368cb

Complementary Color

#b368cb #80cb68

#b368cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b368cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b368cb Color CSS Codes

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

#b368cb Text Font Color

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

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


#b368cb Background Color

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

This div background color is #b368cb


#b368cb Border Color

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

This div border color is #b368cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b368cb


Comments

No comments written yet.

Please login to write comment.