Color Hex Logo

#b867ce Color Hex

#B867CE
(184,103,206)
0 Favorites   0 Comments

Color spaces of #b867ce

RGB 184103206
HSL0.800.510.61
HSV287°50°81°
CMYK 0.110.500.00   0.19
XYZ35.758024.347161.2073
Yxy24.34710.29480.2007
Hunter Lab49.342843.0065-39.0064
CIE-Lab56.433748.7370-40.1754

#b867ce color RGB value is (184,103,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100111 11001110
Octal 270 147 316
Decimal 184 103 206
Hex B8 67 CE

RGB Percentages of Color #b867ce

%37.32
%20.89
%41.78

CMYK Percentages of Color #b867ce

%11
%50
%0
%19

Triadic Colors of #b867ce

#b867ce #ceb867 #67ceb8

Analogous Colors of #b867ce

#b867ce #ce67b1 #8567ce

Monochromatic Colors of #b867ce

#b867ce

Complementary Color

#b867ce #7dce67

#b867ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b867ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b867ce Color CSS Codes

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

#b867ce Text Font Color

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

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


#b867ce Background Color

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

This div background color is #b867ce


#b867ce Border Color

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

This div border color is #b867ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b867ce


Comments

No comments written yet.

Please login to write comment.