Color Hex Logo

#b060ee Color Hex

#B060EE
(176,96,238)
0 Favorites   0 Comments

Color spaces of #b060ee

RGB 17696238
HSL0.760.810.65
HSV274°60°93°
CMYK 0.260.600.00   0.07
XYZ37.520023.768983.4993
Yxy23.76890.25910.1642
Hunter Lab48.753452.0531-67.4179
CIE-Lab55.855757.0622-59.1755

#b060ee color RGB value is (176,96,238).

#b060ee hex color red value is 176, green value is 96 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b060ee hue: 0.76 , saturation: 0.81 and the lightness value of b060ee is 0.65.

The process color (four color CMYK) of #b060ee color hex is 0.26, 0.60, 0.00, 0.07. Web safe color of #b060ee is #9966ff. Color #b060ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100000 11101110
Octal 260 140 356
Decimal 176 96 238
Hex B0 60 EE

RGB Percentages of Color #b060ee

%34.51
%18.82
%46.67

CMYK Percentages of Color #b060ee

%26
%60
%0
%7

Triadic Colors of #b060ee

#b060ee #eeb060 #60eeb0

Analogous Colors of #b060ee

#b060ee #ee60e5 #6960ee

Monochromatic Colors of #b060ee

#b060ee

Complementary Color

#b060ee #9eee60

#b060ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b060ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b060ee Color CSS Codes

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

#b060ee Text Font Color

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

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


#b060ee Background Color

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

This div background color is #b060ee


#b060ee Border Color

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

This div border color is #b060ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,96,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b060ee


Comments

No comments written yet.

Please login to write comment.