Color Hex Logo

#b861ce Color Hex

#B861CE
(184,97,206)
0 Favorites   0 Comments

Color spaces of #b861ce

RGB 18497206
HSL0.800.530.59
HSV288°53°81°
CMYK 0.110.530.00   0.19
XYZ35.182423.196061.0155
Yxy23.19600.29470.1943
Hunter Lab48.162246.1100-41.3994
CIE-Lab55.273751.7898-42.0028

#b861ce color RGB value is (184,97,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100001 11001110
Octal 270 141 316
Decimal 184 97 206
Hex B8 61 CE

RGB Percentages of Color #b861ce

%37.78
%19.92
%42.30

CMYK Percentages of Color #b861ce

%11
%53
%0
%19

Triadic Colors of #b861ce

#b861ce #ceb861 #61ceb8

Analogous Colors of #b861ce

#b861ce #ce61ae #8261ce

Monochromatic Colors of #b861ce

#b861ce

Complementary Color

#b861ce #77ce61

#b861ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b861ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b861ce Color CSS Codes

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

#b861ce Text Font Color

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

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


#b861ce Background Color

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

This div background color is #b861ce


#b861ce Border Color

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

This div border color is #b861ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b861ce


Comments

No comments written yet.

Please login to write comment.