Color Hex Logo

#b069dc Color Hex

#B069DC
(176,105,220)
0 Favorites   0 Comments

Color spaces of #b069dc

RGB 176105220
HSL0.770.620.64
HSV277°52°86°
CMYK 0.200.520.00   0.14
XYZ35.874324.500670.5484
Yxy24.50060.27400.1871
Hunter Lab49.498142.7483-49.8559
CIE-Lab56.585648.4731-47.9161

#b069dc color RGB value is (176,105,220).

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

The process color (four color CMYK) of #b069dc color hex is 0.20, 0.52, 0.00, 0.14. Web safe color of #b069dc is #9966cc. Color #b069dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101001 11011100
Octal 260 151 334
Decimal 176 105 220
Hex B0 69 DC

RGB Percentages of Color #b069dc

%35.13
%20.96
%43.91

CMYK Percentages of Color #b069dc

%20
%52
%0
%14

Triadic Colors of #b069dc

#b069dc #dcb069 #69dcb0

Analogous Colors of #b069dc

#b069dc #dc69cf #7769dc

Monochromatic Colors of #b069dc

#b069dc

Complementary Color

#b069dc #95dc69

#b069dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b069dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b069dc Color CSS Codes

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

#b069dc Text Font Color

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

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


#b069dc Background Color

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

This div background color is #b069dc


#b069dc Border Color

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

This div border color is #b069dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b069dc


Comments

No comments written yet.

Please login to write comment.