Color Hex Logo

#b761ce Color Hex

#B761CE
(183,97,206)
0 Favorites   0 Comments

Color spaces of #b761ce

RGB 18397206
HSL0.800.530.59
HSV287°53°81°
CMYK 0.110.530.00   0.19
XYZ34.943723.072961.0043
Yxy23.07290.29360.1939
Hunter Lab48.034345.7943-41.6753
CIE-Lab55.147351.5204-42.2104

#b761ce color RGB value is (183,97,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100001 11001110
Octal 267 141 316
Decimal 183 97 206
Hex B7 61 CE

RGB Percentages of Color #b761ce

%37.65
%19.96
%42.39

CMYK Percentages of Color #b761ce

%11
%53
%0
%19

Triadic Colors of #b761ce

#b761ce #ceb761 #61ceb7

Analogous Colors of #b761ce

#b761ce #ce61af #8161ce

Monochromatic Colors of #b761ce

#b761ce

Complementary Color

#b761ce #78ce61

#b761ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b761ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b761ce Color CSS Codes

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

#b761ce Text Font Color

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

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


#b761ce Background Color

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

This div background color is #b761ce


#b761ce Border Color

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

This div border color is #b761ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b761ce


Comments

No comments written yet.

Please login to write comment.