Color Hex Logo

#bd78cc Color Hex

#BD78CC
(189,120,204)
0 Favorites   0 Comments

Color spaces of #bd78cc

RGB 189120204
HSL0.800.450.64
HSV289°41°80°
CMYK 0.070.410.00   0.20
XYZ38.601828.611460.6148
Yxy28.61140.30200.2238
Hunter Lab53.489635.2111-29.7451
CIE-Lab60.437140.8063-32.7385

#bd78cc color RGB value is (189,120,204).

#bd78cc hex color red value is 189, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bd78cc hue: 0.80 , saturation: 0.45 and the lightness value of bd78cc is 0.64.

The process color (four color CMYK) of #bd78cc color hex is 0.07, 0.41, 0.00, 0.20. Web safe color of #bd78cc is #cc66cc. Color #bd78cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 11001100
Octal 275 170 314
Decimal 189 120 204
Hex BD 78 CC

RGB Percentages of Color #bd78cc

%36.84
%23.39
%39.77

CMYK Percentages of Color #bd78cc

%7
%41
%0
%20

Triadic Colors of #bd78cc

#bd78cc #ccbd78 #78ccbd

Analogous Colors of #bd78cc

#bd78cc #cc78b1 #9378cc

Monochromatic Colors of #bd78cc

#bd78cc

Complementary Color

#bd78cc #87cc78

#bd78cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd78cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd78cc Color CSS Codes

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

#bd78cc Text Font Color

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

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


#bd78cc Background Color

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

This div background color is #bd78cc


#bd78cc Border Color

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

This div border color is #bd78cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,120,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd78cc


Comments

No comments written yet.

Please login to write comment.