Color Hex Logo

#b260dc Color Hex

#B260DC
(178,96,220)
0 Favorites   0 Comments

Color spaces of #b260dc

RGB 17896220
HSL0.780.640.62
HSV280°56°86°
CMYK 0.190.560.00   0.14
XYZ35.461222.998070.2802
Yxy22.99800.27540.1786
Hunter Lab47.956248.0683-53.3206
CIE-Lab55.070353.6122-50.3090

#b260dc color RGB value is (178,96,220).

#b260dc hex color red value is 178, green value is 96 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b260dc hue: 0.78 , saturation: 0.64 and the lightness value of b260dc is 0.62.

The process color (four color CMYK) of #b260dc color hex is 0.19, 0.56, 0.00, 0.14. Web safe color of #b260dc is #9966cc. Color #b260dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100000 11011100
Octal 262 140 334
Decimal 178 96 220
Hex B2 60 DC

RGB Percentages of Color #b260dc

%36.03
%19.43
%44.53

CMYK Percentages of Color #b260dc

%19
%56
%0
%14

Triadic Colors of #b260dc

#b260dc #dcb260 #60dcb2

Analogous Colors of #b260dc

#b260dc #dc60c8 #7460dc

Monochromatic Colors of #b260dc

#b260dc

Complementary Color

#b260dc #8adc60

#b260dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b260dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b260dc Color CSS Codes

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

#b260dc Text Font Color

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

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


#b260dc Background Color

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

This div background color is #b260dc


#b260dc Border Color

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

This div border color is #b260dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b260dc


Comments

No comments written yet.

Please login to write comment.