Color Hex Logo

#b608df Color Hex

#B608DF
(182,8,223)
0 Favorites   0 Comments

Color spaces of #b608df

RGB 1828223
HSL0.800.930.45
HSV289°96°87°
CMYK 0.180.960.00   0.13
XYZ32.697515.446571.0702
Yxy15.44650.27430.1296
Hunter Lab39.302079.7253-79.7032
CIE-Lab46.239882.0697-66.1793

#b608df color RGB value is (182,8,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001000 11011111
Octal 266 10 337
Decimal 182 8 223
Hex B6 8 DF

RGB Percentages of Color #b608df

%44.07
%1.94
%54.00

CMYK Percentages of Color #b608df

%18
%96
%0
%13

Triadic Colors of #b608df

#b608df #dfb608 #08dfb6

Analogous Colors of #b608df

#b608df #df089d #4b08df

Monochromatic Colors of #b608df

#b608df

Complementary Color

#b608df #31df08

#b608df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b608df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b608df Color CSS Codes

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

#b608df Text Font Color

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

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


#b608df Background Color

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

This div background color is #b608df


#b608df Border Color

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

This div border color is #b608df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b608df


Comments

No comments written yet.

Please login to write comment.