Color Hex Logo

#bd80ca Color Hex

#BD80CA
(189,128,202)
0 Favorites   0 Comments

Color spaces of #bd80ca

RGB 189128202
HSL0.800.410.65
HSV289°37°79°
CMYK 0.060.370.00   0.21
XYZ39.366130.521459.6935
Yxy30.52140.30380.2355
Hunter Lab55.246230.5108-25.3905
CIE-Lab62.101536.0601-29.0310

#bd80ca color RGB value is (189,128,202).

#bd80ca hex color red value is 189, green value is 128 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd80ca hue: 0.80 , saturation: 0.41 and the lightness value of bd80ca is 0.65.

The process color (four color CMYK) of #bd80ca color hex is 0.06, 0.37, 0.00, 0.21. Web safe color of #bd80ca is #cc99cc. Color #bd80ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 11001010
Octal 275 200 312
Decimal 189 128 202
Hex BD 80 CA

RGB Percentages of Color #bd80ca

%36.42
%24.66
%38.92

CMYK Percentages of Color #bd80ca

%6
%37
%0
%21

Triadic Colors of #bd80ca

#bd80ca #cabd80 #80cabd

Analogous Colors of #bd80ca

#bd80ca #ca80b2 #9880ca

Monochromatic Colors of #bd80ca

#bd80ca

Complementary Color

#bd80ca #8dca80

#bd80ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd80ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd80ca Color CSS Codes

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

#bd80ca Text Font Color

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

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


#bd80ca Background Color

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

This div background color is #bd80ca


#bd80ca Border Color

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

This div border color is #bd80ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd80ca


Comments

No comments written yet.

Please login to write comment.