Color Hex Logo

#bd79ca Color Hex

#BD79CA
(189,121,202)
0 Favorites   0 Comments

Color spaces of #bd79ca

RGB 189121202
HSL0.810.430.63
HSV290°40°79°
CMYK 0.060.400.00   0.21
XYZ38.484328.757859.3996
Yxy28.75780.30390.2271
Hunter Lab53.626334.2525-28.1346
CIE-Lab60.567339.8693-31.4072

#bd79ca color RGB value is (189,121,202).

#bd79ca hex color red value is 189, green value is 121 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd79ca hue: 0.81 , saturation: 0.43 and the lightness value of bd79ca is 0.63.

The process color (four color CMYK) of #bd79ca color hex is 0.06, 0.40, 0.00, 0.21. Web safe color of #bd79ca is #cc66cc. Color #bd79ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 11001010
Octal 275 171 312
Decimal 189 121 202
Hex BD 79 CA

RGB Percentages of Color #bd79ca

%36.91
%23.63
%39.45

CMYK Percentages of Color #bd79ca

%6
%40
%0
%21

Triadic Colors of #bd79ca

#bd79ca #cabd79 #79cabd

Analogous Colors of #bd79ca

#bd79ca #ca79af #9579ca

Monochromatic Colors of #bd79ca

#bd79ca

Complementary Color

#bd79ca #86ca79

#bd79ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd79ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd79ca Color CSS Codes

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

#bd79ca Text Font Color

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

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


#bd79ca Background Color

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

This div background color is #bd79ca


#bd79ca Border Color

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

This div border color is #bd79ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd79ca


Comments

No comments written yet.

Please login to write comment.