Color Hex Logo

#b668dc Color Hex

#B668DC
(182,104,220)
0 Favorites   0 Comments

Color spaces of #b668dc

RGB 182104220
HSL0.780.620.64
HSV280°53°86°
CMYK 0.170.530.00   0.14
XYZ37.160025.013070.5796
Yxy25.01300.27990.1884
Hunter Lab50.013045.1040-48.6624
CIE-Lab57.088150.5732-47.0752

#b668dc color RGB value is (182,104,220).

#b668dc hex color red value is 182, green value is 104 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b668dc hue: 0.78 , saturation: 0.62 and the lightness value of b668dc is 0.64.

The process color (four color CMYK) of #b668dc color hex is 0.17, 0.53, 0.00, 0.14. Web safe color of #b668dc is #cc66cc. Color #b668dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101000 11011100
Octal 266 150 334
Decimal 182 104 220
Hex B6 68 DC

RGB Percentages of Color #b668dc

%35.97
%20.55
%43.48

CMYK Percentages of Color #b668dc

%17
%53
%0
%14

Triadic Colors of #b668dc

#b668dc #dcb668 #68dcb6

Analogous Colors of #b668dc

#b668dc #dc68c8 #7c68dc

Monochromatic Colors of #b668dc

#b668dc

Complementary Color

#b668dc #8edc68

#b668dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b668dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b668dc Color CSS Codes

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

#b668dc Text Font Color

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

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


#b668dc Background Color

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

This div background color is #b668dc


#b668dc Border Color

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

This div border color is #b668dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b668dc


Comments

No comments written yet.

Please login to write comment.