Color Hex Logo

#bd0ade Color Hex

#BD0ADE
(189,10,222)
0 Favorites   0 Comments

Color spaces of #bd0ade

RGB 18910222
HSL0.810.910.45
HSV291°95°87°
CMYK 0.150.950.00   0.13
XYZ34.279616.309870.4486
Yxy16.30980.28320.1347
Hunter Lab40.385480.8385-75.1562
CIE-Lab47.378382.7239-63.7089

#bd0ade color RGB value is (189,10,222).

#bd0ade hex color red value is 189, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bd0ade hue: 0.81 , saturation: 0.91 and the lightness value of bd0ade is 0.45.

The process color (four color CMYK) of #bd0ade color hex is 0.15, 0.95, 0.00, 0.13. Web safe color of #bd0ade is #cc00cc. Color #bd0ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001010 11011110
Octal 275 12 336
Decimal 189 10 222
Hex BD A DE

RGB Percentages of Color #bd0ade

%44.89
%2.38
%52.73

CMYK Percentages of Color #bd0ade

%15
%95
%0
%13

Triadic Colors of #bd0ade

#bd0ade #debd0a #0adebd

Analogous Colors of #bd0ade

#bd0ade #de0a95 #530ade

Monochromatic Colors of #bd0ade

#bd0ade

Complementary Color

#bd0ade #2bde0a

#bd0ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0ade Color CSS Codes

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

#bd0ade Text Font Color

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

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


#bd0ade Background Color

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

This div background color is #bd0ade


#bd0ade Border Color

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

This div border color is #bd0ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0ade


Comments

No comments written yet.

Please login to write comment.