Color Hex Logo

#b265cb Color Hex

#B265CB
(178,101,203)
0 Favorites   0 Comments

Color spaces of #b265cb

RGB 178101203
HSL0.790.500.60
HSV285°50°80°
CMYK 0.120.500.00   0.20
XYZ33.793323.084159.1745
Yxy23.08410.29120.1989
Hunter Lab48.045941.4684-39.3908
CIE-Lab55.158947.4962-40.5253

#b265cb color RGB value is (178,101,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100101 11001011
Octal 262 145 313
Decimal 178 101 203
Hex B2 65 CB

RGB Percentages of Color #b265cb

%36.93
%20.95
%42.12

CMYK Percentages of Color #b265cb

%12
%50
%0
%20

Triadic Colors of #b265cb

#b265cb #cbb265 #65cbb2

Analogous Colors of #b265cb

#b265cb #cb65b1 #7f65cb

Monochromatic Colors of #b265cb

#b265cb

Complementary Color

#b265cb #7ecb65

#b265cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b265cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b265cb Color CSS Codes

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

#b265cb Text Font Color

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

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


#b265cb Background Color

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

This div background color is #b265cb


#b265cb Border Color

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

This div border color is #b265cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b265cb


Comments

No comments written yet.

Please login to write comment.