Color Hex Logo

#b068dd Color Hex

#B068DD
(176,104,221)
0 Favorites   0 Comments

Color spaces of #b068dd

RGB 176104221
HSL0.770.630.64
HSV277°53°87°
CMYK 0.200.530.00   0.13
XYZ35.906024.351271.2144
Yxy24.35120.27310.1852
Hunter Lab49.346943.5237-51.0208
CIE-Lab56.437749.2168-48.7138

#b068dd color RGB value is (176,104,221).

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

The process color (four color CMYK) of #b068dd color hex is 0.20, 0.53, 0.00, 0.13. Web safe color of #b068dd is #9966cc. Color #b068dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101000 11011101
Octal 260 150 335
Decimal 176 104 221
Hex B0 68 DD

RGB Percentages of Color #b068dd

%35.13
%20.76
%44.11

CMYK Percentages of Color #b068dd

%20
%53
%0
%13

Triadic Colors of #b068dd

#b068dd #ddb068 #68ddb0

Analogous Colors of #b068dd

#b068dd #dd68d0 #7668dd

Monochromatic Colors of #b068dd

#b068dd

Complementary Color

#b068dd #95dd68

#b068dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b068dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b068dd Color CSS Codes

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

#b068dd Text Font Color

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

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


#b068dd Background Color

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

This div background color is #b068dd


#b068dd Border Color

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

This div border color is #b068dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b068dd


Comments

No comments written yet.

Please login to write comment.