Color Hex Logo

#bd7ada Color Hex

#BD7ADA
(189,122,218)
0 Favorites   0 Comments

Color spaces of #bd7ada

RGB 189122218
HSL0.780.560.67
HSV282°44°85°
CMYK 0.130.440.00   0.15
XYZ40.600729.799869.9417
Yxy29.79980.28930.2123
Hunter Lab54.589237.2282-37.7521
CIE-Lab61.481142.5905-38.9780

#bd7ada color RGB value is (189,122,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111010 11011010
Octal 275 172 332
Decimal 189 122 218
Hex BD 7A DA

RGB Percentages of Color #bd7ada

%35.73
%23.06
%41.21

CMYK Percentages of Color #bd7ada

%13
%44
%0
%15

Triadic Colors of #bd7ada

#bd7ada #dabd7a #7adabd

Analogous Colors of #bd7ada

#bd7ada #da7ac7 #8d7ada

Monochromatic Colors of #bd7ada

#bd7ada

Complementary Color

#bd7ada #97da7a

#bd7ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7ada Color CSS Codes

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

#bd7ada Text Font Color

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

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


#bd7ada Background Color

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

This div background color is #bd7ada


#bd7ada Border Color

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

This div border color is #bd7ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7ada


Comments

No comments written yet.

Please login to write comment.