Color Hex Logo

#b60ddf Color Hex

#B60DDF
(182,13,223)
0 Favorites   0 Comments

Color spaces of #b60ddf

RGB 18213223
HSL0.800.890.46
HSV288°94°87°
CMYK 0.180.940.00   0.13
XYZ32.754615.560671.0892
Yxy15.56060.27430.1303
Hunter Lab39.446979.1847-79.2365
CIE-Lab46.392781.6145-65.9311

#b60ddf color RGB value is (182,13,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001101 11011111
Octal 266 15 337
Decimal 182 13 223
Hex B6 D DF

RGB Percentages of Color #b60ddf

%43.54
%3.11
%53.35

CMYK Percentages of Color #b60ddf

%18
%94
%0
%13

Triadic Colors of #b60ddf

#b60ddf #dfb60d #0ddfb6

Analogous Colors of #b60ddf

#b60ddf #df0d9f #4d0ddf

Monochromatic Colors of #b60ddf

#b60ddf

Complementary Color

#b60ddf #36df0d

#b60ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60ddf Color CSS Codes

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

#b60ddf Text Font Color

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

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


#b60ddf Background Color

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

This div background color is #b60ddf


#b60ddf Border Color

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

This div border color is #b60ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,13,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 #b60ddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60ddf


Comments

No comments written yet.

Please login to write comment.