Color Hex Logo

#bd7ade Color Hex

#BD7ADE
(189,122,222)
0 Favorites   0 Comments

Color spaces of #bd7ade

RGB 189122222
HSL0.780.600.67
HSV280°45°87°
CMYK 0.150.450.00   0.13
XYZ41.130630.011872.7323
Yxy30.01180.28590.2086
Hunter Lab54.783038.1459-40.3678
CIE-Lab61.664443.4315-40.9271

#bd7ade color RGB value is (189,122,222).

#bd7ade hex color red value is 189, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bd7ade hue: 0.78 , saturation: 0.60 and the lightness value of bd7ade is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111010 11011110
Octal 275 172 336
Decimal 189 122 222
Hex BD 7A DE

RGB Percentages of Color #bd7ade

%35.46
%22.89
%41.65

CMYK Percentages of Color #bd7ade

%15
%45
%0
%13

Triadic Colors of #bd7ade

#bd7ade #debd7a #7adebd

Analogous Colors of #bd7ade

#bd7ade #de7acd #8b7ade

Monochromatic Colors of #bd7ade

#bd7ade

Complementary Color

#bd7ade #9bde7a

#bd7ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7ade Color CSS Codes

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

#bd7ade Text Font Color

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

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


#bd7ade Background Color

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

This div background color is #bd7ade


#bd7ade Border Color

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

This div border color is #bd7ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7ade


Comments

No comments written yet.

Please login to write comment.