Color Hex Logo

#b967ce Color Hex

#B967CE
(185,103,206)
0 Favorites   0 Comments

Color spaces of #b967ce

RGB 185103206
HSL0.800.510.61
HSV288°50°81°
CMYK 0.100.500.00   0.19
XYZ35.998424.471061.2186
Yxy24.47100.29580.2011
Hunter Lab49.468243.3266-38.7457
CIE-Lab56.556349.0154-39.9740

#b967ce color RGB value is (185,103,206).

#b967ce hex color red value is 185, green value is 103 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b967ce hue: 0.80 , saturation: 0.51 and the lightness value of b967ce is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100111 11001110
Octal 271 147 316
Decimal 185 103 206
Hex B9 67 CE

RGB Percentages of Color #b967ce

%37.45
%20.85
%41.70

CMYK Percentages of Color #b967ce

%10
%50
%0
%19

Triadic Colors of #b967ce

#b967ce #ceb967 #67ceb9

Analogous Colors of #b967ce

#b967ce #ce67b0 #8667ce

Monochromatic Colors of #b967ce

#b967ce

Complementary Color

#b967ce #7cce67

#b967ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b967ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b967ce Color CSS Codes

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

#b967ce Text Font Color

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

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


#b967ce Background Color

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

This div background color is #b967ce


#b967ce Border Color

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

This div border color is #b967ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,103,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b967ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b967ce;
  -webkit-box-shadow: 1px 1px 3px 2px #b967ce;
  box-shadow:         1px 1px 3px 2px #b967ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,103,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b967ce


Comments

No comments written yet.

Please login to write comment.