Color Hex Logo

#bd51de Color Hex

#BD51DE
(189,81,222)
0 Favorites   0 Comments

Color spaces of #bd51de

RGB 18981222
HSL0.790.680.59
HSV286°64°87°
CMYK 0.150.640.00   0.13
XYZ37.113521.977671.3932
Yxy21.97760.28440.1684
Hunter Lab46.880359.2718-57.4756
CIE-Lab54.003263.7174-53.0564

#bd51de color RGB value is (189,81,222).

#bd51de hex color red value is 189, green value is 81 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bd51de hue: 0.79 , saturation: 0.68 and the lightness value of bd51de is 0.59.

The process color (four color CMYK) of #bd51de color hex is 0.15, 0.64, 0.00, 0.13. Web safe color of #bd51de is #cc66cc. Color #bd51de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010001 11011110
Octal 275 121 336
Decimal 189 81 222
Hex BD 51 DE

RGB Percentages of Color #bd51de

%38.41
%16.46
%45.12

CMYK Percentages of Color #bd51de

%15
%64
%0
%13

Triadic Colors of #bd51de

#bd51de #debd51 #51debd

Analogous Colors of #bd51de

#bd51de #de51b9 #7751de

Monochromatic Colors of #bd51de

#bd51de

Complementary Color

#bd51de #72de51

#bd51de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd51de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd51de Color CSS Codes

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

#bd51de Text Font Color

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

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


#bd51de Background Color

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

This div background color is #bd51de


#bd51de Border Color

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

This div border color is #bd51de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd51de


Comments

No comments written yet.

Please login to write comment.