Color Hex Logo

#bf79dc Color Hex

#BF79DC
(191,121,220)
0 Favorites   0 Comments

Color spaces of #bf79dc

RGB 191121220
HSL0.780.590.67
HSV282°45°86°
CMYK 0.130.450.00   0.14
XYZ41.241529.918471.3113
Yxy29.91840.28950.2100
Hunter Lab54.697738.8661-39.0100
CIE-Lab61.583844.1188-39.9201

#bf79dc color RGB value is (191,121,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111001 11011100
Octal 277 171 334
Decimal 191 121 220
Hex BF 79 DC

RGB Percentages of Color #bf79dc

%35.90
%22.74
%41.35

CMYK Percentages of Color #bf79dc

%13
%45
%0
%14

Triadic Colors of #bf79dc

#bf79dc #dcbf79 #79dcbf

Analogous Colors of #bf79dc

#bf79dc #dc79c8 #8e79dc

Monochromatic Colors of #bf79dc

#bf79dc

Complementary Color

#bf79dc #96dc79

#bf79dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf79dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf79dc Color CSS Codes

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

#bf79dc Text Font Color

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

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


#bf79dc Background Color

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

This div background color is #bf79dc


#bf79dc Border Color

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

This div border color is #bf79dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf79dc


Comments

No comments written yet.

Please login to write comment.