Color Hex Logo

#b761ff Color Hex

#B761FF
(183,97,255)
0 Favorites   0 Comments

Color spaces of #b761ff

RGB 18397255
HSL0.761.000.69
HSV273°62°100°
CMYK 0.280.620.00   0.00
XYZ41.853125.836797.3888
Yxy25.83670.25350.1565
Hunter Lab50.829858.0241-78.0175
CIE-Lab57.881761.9378-65.3168

#b761ff color RGB value is (183,97,255).

#b761ff hex color red value is 183, green value is 97 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b761ff hue: 0.76 , saturation: 1.00 and the lightness value of b761ff is 0.69.

The process color (four color CMYK) of #b761ff color hex is 0.28, 0.62, 0.00, 0.00. Web safe color of #b761ff is #cc66ff. Color #b761ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100001 11111111
Octal 267 141 377
Decimal 183 97 255
Hex B7 61 FF

RGB Percentages of Color #b761ff

%34.21
%18.13
%47.66

CMYK Percentages of Color #b761ff

%28
%62
%0
%0

Triadic Colors of #b761ff

#b761ff #ffb761 #61ffb7

Analogous Colors of #b761ff

#b761ff #ff61f8 #6861ff

Monochromatic Colors of #b761ff

#b761ff

Complementary Color

#b761ff #a9ff61

#b761ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b761ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b761ff Color CSS Codes

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

#b761ff Text Font Color

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

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


#b761ff Background Color

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

This div background color is #b761ff


#b761ff Border Color

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

This div border color is #b761ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,97,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b761ff


Comments

No comments written yet.

Please login to write comment.