Color Hex Logo

#b60adf Color Hex

#B60ADF
(182,10,223)
0 Favorites   0 Comments

Color spaces of #b60adf

RGB 18210223
HSL0.800.910.46
HSV288°96°87°
CMYK 0.180.960.00   0.13
XYZ32.719215.489971.0774
Yxy15.48990.27430.1299
Hunter Lab39.357279.5190-79.5251
CIE-Lab46.298081.8961-66.0847

#b60adf color RGB value is (182,10,223).

#b60adf hex color red value is 182, green value is 10 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b60adf hue: 0.80 , saturation: 0.91 and the lightness value of b60adf is 0.46.

The process color (four color CMYK) of #b60adf color hex is 0.18, 0.96, 0.00, 0.13. Web safe color of #b60adf is #cc00cc. Color #b60adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001010 11011111
Octal 266 12 337
Decimal 182 10 223
Hex B6 A DF

RGB Percentages of Color #b60adf

%43.86
%2.41
%53.73

CMYK Percentages of Color #b60adf

%18
%96
%0
%13

Triadic Colors of #b60adf

#b60adf #dfb60a #0adfb6

Analogous Colors of #b60adf

#b60adf #df0a9e #4b0adf

Monochromatic Colors of #b60adf

#b60adf

Complementary Color

#b60adf #33df0a

#b60adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60adf Color CSS Codes

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

#b60adf Text Font Color

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

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


#b60adf Background Color

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

This div background color is #b60adf


#b60adf Border Color

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

This div border color is #b60adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60adf


Comments

No comments written yet.

Please login to write comment.