Color Hex Logo

#b609df Color Hex

#B609DF
(182,9,223)
0 Favorites   0 Comments

Color spaces of #b609df

RGB 1829223
HSL0.800.920.45
HSV289°96°87°
CMYK 0.180.960.00   0.13
XYZ32.708415.468271.0738
Yxy15.46820.27430.1297
Hunter Lab39.329679.6223-79.6141
CIE-Lab46.268981.9830-66.1320

#b609df color RGB value is (182,9,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001001 11011111
Octal 266 11 337
Decimal 182 9 223
Hex B6 9 DF

RGB Percentages of Color #b609df

%43.96
%2.17
%53.86

CMYK Percentages of Color #b609df

%18
%96
%0
%13

Triadic Colors of #b609df

#b609df #dfb609 #09dfb6

Analogous Colors of #b609df

#b609df #df099d #4b09df

Monochromatic Colors of #b609df

#b609df

Complementary Color

#b609df #32df09

#b609df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b609df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b609df Color CSS Codes

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

#b609df Text Font Color

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

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


#b609df Background Color

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

This div background color is #b609df


#b609df Border Color

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

This div border color is #b609df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b609df


Comments

No comments written yet.

Please login to write comment.