Color Hex Logo

#bd83cd Color Hex

#BD83CD
(189,131,205)
0 Favorites   0 Comments

Color spaces of #bd83cd

RGB 189131205
HSL0.800.430.66
HSV287°36°80°
CMYK 0.080.360.00   0.20
XYZ40.122031.459261.7152
Yxy31.45920.30100.2360
Hunter Lab56.088529.5322-25.9759
CIE-Lab62.893435.0173-29.4932

#bd83cd color RGB value is (189,131,205).

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

The process color (four color CMYK) of #bd83cd color hex is 0.08, 0.36, 0.00, 0.20. Web safe color of #bd83cd is #cc99cc. Color #bd83cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 11001101
Octal 275 203 315
Decimal 189 131 205
Hex BD 83 CD

RGB Percentages of Color #bd83cd

%36.00
%24.95
%39.05

CMYK Percentages of Color #bd83cd

%8
%36
%0
%20

Triadic Colors of #bd83cd

#bd83cd #cdbd83 #83cdbd

Analogous Colors of #bd83cd

#bd83cd #cd83b8 #9883cd

Monochromatic Colors of #bd83cd

#bd83cd

Complementary Color

#bd83cd #93cd83

#bd83cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd83cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd83cd Color CSS Codes

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

#bd83cd Text Font Color

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

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


#bd83cd Background Color

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

This div background color is #bd83cd


#bd83cd Border Color

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

This div border color is #bd83cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd83cd


Comments

No comments written yet.

Please login to write comment.