color codes Logo

#bc79dd color codes

#BC79DD
(188,121,221)
0 Favorites   0 Comments

Color spaces of #bc79dd

RGB 188121221
HSL0.780.600.67
HSV280°45°87°
CMYK 0.150.450.00   0.13
XYZ40.627629.586671.9761
Yxy29.58660.28570.2081
Hunter Lab54.393638.1363-40.3798
CIE-Lab61.295943.4720-40.9545

#bc79dd color RGB value is (188,121,221).

#bc79dd hex color red value is 188, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bc79dd hue: 0.78 , saturation: 0.60 and the lightness value of bc79dd is 0.67.

The process color (four color CMYK) of #bc79dd color code is 0.15, 0.45, 0.00, 0.13. Web safe color of #bc79dd is #cc66cc. Color #bc79dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01111001 11011101
Octal 274 171 335
Decimal 188 121 221
Hex BC 79 DD

RGB Percentages of Color #bc79dd

%35.47
%22.83
%41.70

CMYK Percentages of Color #bc79dd

%15
%45
%0
%13

Triadic Colors of #bc79dd

#bc79dd #ddbc79 #79ddbc

Analogous Colors of #bc79dd

#bc79dd #dd79cc #8a79dd

Monochromatic Colors of #bc79dd

#bc79dd

Complementary Color

#bc79dd #9add79

#bc79dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc79dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc79dd Color CSS Codes

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

#bc79dd Text Font Color

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

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


#bc79dd Background Color

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

This div background color is #bc79dd


#bc79dd Border Color

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

This div border color is #bc79dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc79dd


Comments

No comments written yet.

Please login to write comment.