Color Hex Logo

#b268cb Color Hex

#B268CB
(178,104,203)
0 Favorites   0 Comments

Color spaces of #b268cb

RGB 178104203
HSL0.790.490.60
HSV285°49°80°
CMYK 0.120.490.00   0.20
XYZ34.089923.677459.2734
Yxy23.67740.29130.2023
Hunter Lab48.659439.8998-38.1612
CIE-Lab55.763345.9239-39.5740

#b268cb color RGB value is (178,104,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101000 11001011
Octal 262 150 313
Decimal 178 104 203
Hex B2 68 CB

RGB Percentages of Color #b268cb

%36.70
%21.44
%41.86

CMYK Percentages of Color #b268cb

%12
%49
%0
%20

Triadic Colors of #b268cb

#b268cb #cbb268 #68cbb2

Analogous Colors of #b268cb

#b268cb #cb68b3 #8168cb

Monochromatic Colors of #b268cb

#b268cb

Complementary Color

#b268cb #81cb68

#b268cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b268cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b268cb Color CSS Codes

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

#b268cb Text Font Color

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

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


#b268cb Background Color

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

This div background color is #b268cb


#b268cb Border Color

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

This div border color is #b268cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b268cb


Comments

No comments written yet.

Please login to write comment.