Color Hex Logo

#b260ec Color Hex

#B260EC
(178,96,236)
0 Favorites   0 Comments

Color spaces of #b260ec

RGB 17896236
HSL0.760.790.65
HSV275°59°93°
CMYK 0.250.590.00   0.07
XYZ37.683323.886881.9814
Yxy23.88680.26250.1664
Hunter Lab48.874152.0987-65.2411
CIE-Lab55.974357.0823-57.8549

#b260ec color RGB value is (178,96,236).

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

The process color (four color CMYK) of #b260ec color hex is 0.25, 0.59, 0.00, 0.07. Web safe color of #b260ec is #9966ff. Color #b260ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100000 11101100
Octal 262 140 354
Decimal 178 96 236
Hex B2 60 EC

RGB Percentages of Color #b260ec

%34.90
%18.82
%46.27

CMYK Percentages of Color #b260ec

%25
%59
%0
%7

Triadic Colors of #b260ec

#b260ec #ecb260 #60ecb2

Analogous Colors of #b260ec

#b260ec #ec60e0 #6c60ec

Monochromatic Colors of #b260ec

#b260ec

Complementary Color

#b260ec #9aec60

#b260ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b260ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b260ec Color CSS Codes

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

#b260ec Text Font Color

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

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


#b260ec Background Color

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

This div background color is #b260ec


#b260ec Border Color

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

This div border color is #b260ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b260ec


Comments

No comments written yet.

Please login to write comment.