Color Hex Logo

#b608dc Color Hex

#B608DC
(182,8,220)
0 Favorites   0 Comments

Color spaces of #b608dc

RGB 1828220
HSL0.800.930.45
HSV289°96°86°
CMYK 0.170.960.00   0.14
XYZ32.296515.286168.9584
Yxy15.28610.27710.1312
Hunter Lab39.097479.0297-77.2050
CIE-Lab46.023681.5634-64.8163

#b608dc color RGB value is (182,8,220).

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

The process color (four color CMYK) of #b608dc color hex is 0.17, 0.96, 0.00, 0.14. Web safe color of #b608dc is #cc00cc. Color #b608dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001000 11011100
Octal 266 10 334
Decimal 182 8 220
Hex B6 8 DC

RGB Percentages of Color #b608dc

%44.39
%1.95
%53.66

CMYK Percentages of Color #b608dc

%17
%96
%0
%14

Triadic Colors of #b608dc

#b608dc #dcb608 #08dcb6

Analogous Colors of #b608dc

#b608dc #dc0898 #4c08dc

Monochromatic Colors of #b608dc

#b608dc

Complementary Color

#b608dc #2edc08

#b608dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b608dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b608dc Color CSS Codes

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

#b608dc Text Font Color

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

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


#b608dc Background Color

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

This div background color is #b608dc


#b608dc Border Color

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

This div border color is #b608dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b608dc


Comments

No comments written yet.

Please login to write comment.