Color Hex Logo

#bd52ff Color Hex

#BD52FF
(189,82,255)
0 Favorites   0 Comments

Color spaces of #bd52ff

RGB 18982255
HSL0.771.000.66
HSV277°68°100°
CMYK 0.260.680.00   0.00
XYZ42.053624.073497.0379
Yxy24.07340.25770.1475
Hunter Lab49.064767.1303-82.9159
CIE-Lab56.161269.9603-68.0515

#bd52ff color RGB value is (189,82,255).

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

The process color (four color CMYK) of #bd52ff color hex is 0.26, 0.68, 0.00, 0.00. Web safe color of #bd52ff is #cc66ff. Color #bd52ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010010 11111111
Octal 275 122 377
Decimal 189 82 255
Hex BD 52 FF

RGB Percentages of Color #bd52ff

%35.93
%15.59
%48.48

CMYK Percentages of Color #bd52ff

%26
%68
%0
%0

Triadic Colors of #bd52ff

#bd52ff #ffbd52 #52ffbd

Analogous Colors of #bd52ff

#bd52ff #ff52eb #6752ff

Monochromatic Colors of #bd52ff

#bd52ff

Complementary Color

#bd52ff #94ff52

#bd52ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd52ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd52ff Color CSS Codes

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

#bd52ff Text Font Color

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

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


#bd52ff Background Color

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

This div background color is #bd52ff


#bd52ff Border Color

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

This div border color is #bd52ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd52ff

Related Colors


Comments

No comments written yet.

Please login to write comment.