Color Hex Logo

#b668dd Color Hex

#B668DD
(182,104,221)
0 Favorites   0 Comments

Color spaces of #b668dd

RGB 182104221
HSL0.780.630.64
HSV280°53°87°
CMYK 0.180.530.00   0.13
XYZ37.292925.066271.2793
Yxy25.06620.27910.1876
Hunter Lab50.066245.3440-49.3650
CIE-Lab57.139950.7854-47.5560

#b668dd color RGB value is (182,104,221).

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

The process color (four color CMYK) of #b668dd color hex is 0.18, 0.53, 0.00, 0.13. Web safe color of #b668dd is #cc66cc. Color #b668dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101000 11011101
Octal 266 150 335
Decimal 182 104 221
Hex B6 68 DD

RGB Percentages of Color #b668dd

%35.90
%20.51
%43.59

CMYK Percentages of Color #b668dd

%18
%53
%0
%13

Triadic Colors of #b668dd

#b668dd #ddb668 #68ddb6

Analogous Colors of #b668dd

#b668dd #dd68ca #7c68dd

Monochromatic Colors of #b668dd

#b668dd

Complementary Color

#b668dd #8fdd68

#b668dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b668dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b668dd Color CSS Codes

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

#b668dd Text Font Color

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

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


#b668dd Background Color

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

This div background color is #b668dd


#b668dd Border Color

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

This div border color is #b668dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b668dd


Comments

No comments written yet.

Please login to write comment.