Color Hex Logo

#b061ce Color Hex

#B061CE
(176,97,206)
0 Favorites   0 Comments

Color spaces of #b061ce

RGB 17697206
HSL0.790.530.59
HSV283°53°81°
CMYK 0.150.530.00   0.19
XYZ33.319822.235760.9283
Yxy22.23570.28600.1909
Hunter Lab47.154743.6083-43.5999
CIE-Lab54.276249.6386-43.6439

#b061ce color RGB value is (176,97,206).

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

The process color (four color CMYK) of #b061ce color hex is 0.15, 0.53, 0.00, 0.19. Web safe color of #b061ce is #9966cc. Color #b061ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100001 11001110
Octal 260 141 316
Decimal 176 97 206
Hex B0 61 CE

RGB Percentages of Color #b061ce

%36.74
%20.25
%43.01

CMYK Percentages of Color #b061ce

%15
%53
%0
%19

Triadic Colors of #b061ce

#b061ce #ceb061 #61ceb0

Analogous Colors of #b061ce

#b061ce #ce61b6 #7a61ce

Monochromatic Colors of #b061ce

#b061ce

Complementary Color

#b061ce #7fce61

#b061ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b061ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b061ce Color CSS Codes

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

#b061ce Text Font Color

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

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


#b061ce Background Color

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

This div background color is #b061ce


#b061ce Border Color

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

This div border color is #b061ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b061ce


Comments

No comments written yet.

Please login to write comment.