Color Hex Logo

#b778dc Color Hex

#B778DC
(183,120,220)
0 Favorites   0 Comments

Color spaces of #b778dc

RGB 183120220
HSL0.770.590.67
HSV278°45°86°
CMYK 0.170.450.00   0.14
XYZ39.163228.667571.1794
Yxy28.66750.28170.2062
Hunter Lab53.542036.8648-41.3414
CIE-Lab60.487142.3775-41.7038

#b778dc color RGB value is (183,120,220).

#b778dc hex color red value is 183, green value is 120 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b778dc hue: 0.77 , saturation: 0.59 and the lightness value of b778dc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111000 11011100
Octal 267 170 334
Decimal 183 120 220
Hex B7 78 DC

RGB Percentages of Color #b778dc

%34.99
%22.94
%42.07

CMYK Percentages of Color #b778dc

%17
%45
%0
%14

Triadic Colors of #b778dc

#b778dc #dcb778 #78dcb7

Analogous Colors of #b778dc

#b778dc #dc78cf #8578dc

Monochromatic Colors of #b778dc

#b778dc

Complementary Color

#b778dc #9ddc78

#b778dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b778dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b778dc Color CSS Codes

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

#b778dc Text Font Color

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

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


#b778dc Background Color

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

This div background color is #b778dc


#b778dc Border Color

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

This div border color is #b778dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b778dc


Comments

No comments written yet.

Please login to write comment.