Color Hex Logo

#b260be Color Hex

#B260BE
(178,96,190)
0 Favorites   0 Comments

Color spaces of #b260be

RGB 17896190
HSL0.810.420.56
HSV292°49°75°
CMYK 0.060.490.00   0.25
XYZ31.837221.548451.1965
Yxy21.54840.30440.2060
Hunter Lab46.420341.1883-32.8963
CIE-Lab53.544547.4837-35.6170

#b260be color RGB value is (178,96,190).

#b260be hex color red value is 178, green value is 96 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b260be hue: 0.81 , saturation: 0.42 and the lightness value of b260be is 0.56.

The process color (four color CMYK) of #b260be color hex is 0.06, 0.49, 0.00, 0.25. Web safe color of #b260be is #9966cc. Color #b260be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100000 10111110
Octal 262 140 276
Decimal 178 96 190
Hex B2 60 BE

RGB Percentages of Color #b260be

%38.36
%20.69
%40.95

CMYK Percentages of Color #b260be

%6
%49
%0
%25

Triadic Colors of #b260be

#b260be #beb260 #60beb2

Analogous Colors of #b260be

#b260be #be609b #8360be

Monochromatic Colors of #b260be

#b260be

Complementary Color

#b260be #6cbe60

#b260be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b260be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b260be Color CSS Codes

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

#b260be Text Font Color

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

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


#b260be Background Color

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

This div background color is #b260be


#b260be Border Color

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

This div border color is #b260be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b260be


Comments

No comments written yet.

Please login to write comment.