Color Hex Logo

#bd79cb Color Hex

#BD79CB
(189,121,203)
0 Favorites   0 Comments

Color spaces of #bd79cb

RGB 189121203
HSL0.800.440.64
HSV290°40°80°
CMYK 0.070.400.00   0.20
XYZ38.603128.805460.0253
Yxy28.80540.30290.2260
Hunter Lab53.670734.4640-28.7405
CIE-Lab60.609540.0675-31.9062

#bd79cb color RGB value is (189,121,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 11001011
Octal 275 171 313
Decimal 189 121 203
Hex BD 79 CB

RGB Percentages of Color #bd79cb

%36.84
%23.59
%39.57

CMYK Percentages of Color #bd79cb

%7
%40
%0
%20

Triadic Colors of #bd79cb

#bd79cb #cbbd79 #79cbbd

Analogous Colors of #bd79cb

#bd79cb #cb79b0 #9479cb

Monochromatic Colors of #bd79cb

#bd79cb

Complementary Color

#bd79cb #87cb79

#bd79cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd79cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd79cb Color CSS Codes

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

#bd79cb Text Font Color

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

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


#bd79cb Background Color

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

This div background color is #bd79cb


#bd79cb Border Color

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

This div border color is #bd79cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd79cb


Comments

No comments written yet.

Please login to write comment.