Color Hex Logo

#b60ebd Color Hex

#B60EBD
(182,14,189)
0 Favorites   0 Comments

Color spaces of #b60ebd

RGB 18214189
HSL0.830.860.40
HSV298°93°74°
CMYK 0.040.930.00   0.26
XYZ28.633713.933349.3243
Yxy13.93330.31160.1516
Hunter Lab37.327371.6040-52.2166
CIE-Lab44.137175.9721-49.9173

#b60ebd color RGB value is (182,14,189).

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

The process color (four color CMYK) of #b60ebd color hex is 0.04, 0.93, 0.00, 0.26. Web safe color of #b60ebd is #cc00cc. Color #b60ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001110 10111101
Octal 266 16 275
Decimal 182 14 189
Hex B6 E BD

RGB Percentages of Color #b60ebd

%47.27
%3.64
%49.09

CMYK Percentages of Color #b60ebd

%4
%93
%0
%26

Triadic Colors of #b60ebd

#b60ebd #bdb60e #0ebdb6

Analogous Colors of #b60ebd

#b60ebd #bd0e6d #5f0ebd

Monochromatic Colors of #b60ebd

#b60ebd

Complementary Color

#b60ebd #15bd0e

#b60ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60ebd Color CSS Codes

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

#b60ebd Text Font Color

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

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


#b60ebd Background Color

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

This div background color is #b60ebd


#b60ebd Border Color

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

This div border color is #b60ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60ebd


Comments

No comments written yet.

Please login to write comment.