Color Hex Logo

#b60ebf Color Hex

#B60EBF
(182,14,191)
0 Favorites   0 Comments

Color spaces of #b60ebf

RGB 18214191
HSL0.820.860.40
HSV297°93°75°
CMYK 0.050.930.00   0.25
XYZ28.852414.020750.4758
Yxy14.02070.30910.1502
Hunter Lab37.444272.0146-53.7135
CIE-Lab44.262676.2824-50.8871

#b60ebf color RGB value is (182,14,191).

#b60ebf hex color red value is 182, green value is 14 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b60ebf hue: 0.82 , saturation: 0.86 and the lightness value of b60ebf is 0.40.

The process color (four color CMYK) of #b60ebf color hex is 0.05, 0.93, 0.00, 0.25. Web safe color of #b60ebf is #cc00cc. Color #b60ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001110 10111111
Octal 266 16 277
Decimal 182 14 191
Hex B6 E BF

RGB Percentages of Color #b60ebf

%47.03
%3.62
%49.35

CMYK Percentages of Color #b60ebf

%5
%93
%0
%25

Triadic Colors of #b60ebf

#b60ebf #bfb60e #0ebfb6

Analogous Colors of #b60ebf

#b60ebf #bf0e70 #5d0ebf

Monochromatic Colors of #b60ebf

#b60ebf

Complementary Color

#b60ebf #17bf0e

#b60ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60ebf Color CSS Codes

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

#b60ebf Text Font Color

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

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


#b60ebf Background Color

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

This div background color is #b60ebf


#b60ebf Border Color

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

This div border color is #b60ebf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,14,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b60ebf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b60ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #b60ebf;
  box-shadow:         1px 1px 3px 2px #b60ebf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,14,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60ebf


Comments

No comments written yet.

Please login to write comment.