Color Hex Logo

#bd83ca Color Hex

#BD83CA
(189,131,202)
0 Favorites   0 Comments

Color spaces of #bd83ca

RGB 189131202
HSL0.800.400.65
HSV289°35°79°
CMYK 0.060.350.00   0.21
XYZ39.763231.315759.8259
Yxy31.31570.30380.2392
Hunter Lab55.960428.9041-24.2132
CIE-Lab62.773234.4137-27.9938

#bd83ca color RGB value is (189,131,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 11001010
Octal 275 203 312
Decimal 189 131 202
Hex BD 83 CA

RGB Percentages of Color #bd83ca

%36.21
%25.10
%38.70

CMYK Percentages of Color #bd83ca

%6
%35
%0
%21

Triadic Colors of #bd83ca

#bd83ca #cabd83 #83cabd

Analogous Colors of #bd83ca

#bd83ca #ca83b4 #9a83ca

Monochromatic Colors of #bd83ca

#bd83ca

Complementary Color

#bd83ca #90ca83

#bd83ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd83ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd83ca Color CSS Codes

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

#bd83ca Text Font Color

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

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


#bd83ca Background Color

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

This div background color is #bd83ca


#bd83ca Border Color

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

This div border color is #bd83ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd83ca


Comments

No comments written yet.

Please login to write comment.