Color Hex Logo

#bd71ed Color Hex

#BD71ED
(189,113,237)
0 Favorites   0 Comments

Color spaces of #bd71ed

RGB 189113237
HSL0.770.780.69
HSV277°52°93°
CMYK 0.200.520.00   0.07
XYZ42.177528.743583.4458
Yxy28.74350.27320.1862
Hunter Lab53.613046.6039-54.7527
CIE-Lab60.554651.3971-51.0348

#bd71ed color RGB value is (189,113,237).

#bd71ed hex color red value is 189, green value is 113 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bd71ed hue: 0.77 , saturation: 0.78 and the lightness value of bd71ed is 0.69.

The process color (four color CMYK) of #bd71ed color hex is 0.20, 0.52, 0.00, 0.07. Web safe color of #bd71ed is #cc66ff. Color #bd71ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110001 11101101
Octal 275 161 355
Decimal 189 113 237
Hex BD 71 ED

RGB Percentages of Color #bd71ed

%35.06
%20.96
%43.97

CMYK Percentages of Color #bd71ed

%20
%52
%0
%7

Triadic Colors of #bd71ed

#bd71ed #edbd71 #71edbd

Analogous Colors of #bd71ed

#bd71ed #ed71df #7f71ed

Monochromatic Colors of #bd71ed

#bd71ed

Complementary Color

#bd71ed #a1ed71

#bd71ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd71ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd71ed Color CSS Codes

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

#bd71ed Text Font Color

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

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


#bd71ed Background Color

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

This div background color is #bd71ed


#bd71ed Border Color

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

This div border color is #bd71ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd71ed


Comments

No comments written yet.

Please login to write comment.