Color Hex Logo

#b260ef Color Hex

#B260EF
(178,96,239)
0 Favorites   0 Comments

Color spaces of #b260ef

RGB 17896239
HSL0.760.820.66
HSV274°60°94°
CMYK 0.260.600.00   0.06
XYZ38.123024.062784.2966
Yxy24.06270.26030.1643
Hunter Lab49.053752.8804-67.5495
CIE-Lab56.150557.7458-59.2479

#b260ef color RGB value is (178,96,239).

#b260ef hex color red value is 178, green value is 96 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b260ef hue: 0.76 , saturation: 0.82 and the lightness value of b260ef is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100000 11101111
Octal 262 140 357
Decimal 178 96 239
Hex B2 60 EF

RGB Percentages of Color #b260ef

%34.70
%18.71
%46.59

CMYK Percentages of Color #b260ef

%26
%60
%0
%6

Triadic Colors of #b260ef

#b260ef #efb260 #60efb2

Analogous Colors of #b260ef

#b260ef #ef60e5 #6b60ef

Monochromatic Colors of #b260ef

#b260ef

Complementary Color

#b260ef #9def60

#b260ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b260ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b260ef Color CSS Codes

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

#b260ef Text Font Color

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

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


#b260ef Background Color

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

This div background color is #b260ef


#b260ef Border Color

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

This div border color is #b260ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b260ef


Comments

No comments written yet.

Please login to write comment.