Color Hex Logo

#bd82d5 Color Hex

#BD82D5
(189,130,213)
0 Favorites   0 Comments

Color spaces of #bd82d5

RGB 189130213
HSL0.790.500.67
HSV283°39°84°
CMYK 0.110.390.00   0.16
XYZ40.979131.588266.8881
Yxy31.58820.29390.2265
Hunter Lab56.203431.7923-31.2191
CIE-Lab63.001137.2051-33.8085

#bd82d5 color RGB value is (189,130,213).

#bd82d5 hex color red value is 189, green value is 130 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bd82d5 hue: 0.79 , saturation: 0.50 and the lightness value of bd82d5 is 0.67.

The process color (four color CMYK) of #bd82d5 color hex is 0.11, 0.39, 0.00, 0.16. Web safe color of #bd82d5 is #cc99cc. Color #bd82d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 11010101
Octal 275 202 325
Decimal 189 130 213
Hex BD 82 D5

RGB Percentages of Color #bd82d5

%35.53
%24.44
%40.04

CMYK Percentages of Color #bd82d5

%11
%39
%0
%16

Triadic Colors of #bd82d5

#bd82d5 #d5bd82 #82d5bd

Analogous Colors of #bd82d5

#bd82d5 #d582c4 #9482d5

Monochromatic Colors of #bd82d5

#bd82d5

Complementary Color

#bd82d5 #9ad582

#bd82d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd82d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd82d5 Color CSS Codes

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

#bd82d5 Text Font Color

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

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


#bd82d5 Background Color

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

This div background color is #bd82d5


#bd82d5 Border Color

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

This div border color is #bd82d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd82d5


Comments

No comments written yet.

Please login to write comment.