Color Hex Logo

#bd82ff Color Hex

#BD82FF
(189,130,255)
0 Favorites   0 Comments

Color spaces of #bd82ff

RGB 189130255
HSL0.751.000.75
HSV268°49°100°
CMYK 0.260.490.00   0.00
XYZ47.018934.004198.6930
Yxy34.00410.26160.1892
Hunter Lab58.313041.8801-59.5274
CIE-Lab64.965846.4501-53.9592

#bd82ff color RGB value is (189,130,255).

#bd82ff hex color red value is 189, green value is 130 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bd82ff hue: 0.75 , saturation: 1.00 and the lightness value of bd82ff is 0.75.

The process color (four color CMYK) of #bd82ff color hex is 0.26, 0.49, 0.00, 0.00. Web safe color of #bd82ff is #cc99ff. Color #bd82ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 11111111
Octal 275 202 377
Decimal 189 130 255
Hex BD 82 FF

RGB Percentages of Color #bd82ff

%32.93
%22.65
%44.43

CMYK Percentages of Color #bd82ff

%26
%49
%0
%0

Triadic Colors of #bd82ff

#bd82ff #ffbd82 #82ffbd

Analogous Colors of #bd82ff

#bd82ff #fc82ff #8286ff

Monochromatic Colors of #bd82ff

#bd82ff

Complementary Color

#bd82ff #c4ff82

#bd82ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd82ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd82ff Color CSS Codes

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

#bd82ff Text Font Color

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

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


#bd82ff Background Color

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

This div background color is #bd82ff


#bd82ff Border Color

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

This div border color is #bd82ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd82ff

Related Colors


Comments

No comments written yet.

Please login to write comment.