Color Hex Logo

#b067dd Color Hex

#B067DD
(176,103,221)
0 Favorites   0 Comments

Color spaces of #b067dd

RGB 176103221
HSL0.770.630.64
HSV277°53°87°
CMYK 0.200.530.00   0.13
XYZ35.805924.151171.1811
Yxy24.15110.27300.1842
Hunter Lab49.143844.0526-51.4765
CIE-Lab56.238849.7381-49.0298

#b067dd color RGB value is (176,103,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100111 11011101
Octal 260 147 335
Decimal 176 103 221
Hex B0 67 DD

RGB Percentages of Color #b067dd

%35.20
%20.60
%44.20

CMYK Percentages of Color #b067dd

%20
%53
%0
%13

Triadic Colors of #b067dd

#b067dd #ddb067 #67ddb0

Analogous Colors of #b067dd

#b067dd #dd67cf #7567dd

Monochromatic Colors of #b067dd

#b067dd

Complementary Color

#b067dd #94dd67

#b067dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b067dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b067dd Color CSS Codes

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

#b067dd Text Font Color

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

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


#b067dd Background Color

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

This div background color is #b067dd


#b067dd Border Color

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

This div border color is #b067dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b067dd


Comments

No comments written yet.

Please login to write comment.