Color Hex Logo

#bd61d8 Color Hex

#BD61D8
(189,97,216)
0 Favorites   0 Comments

Color spaces of #bd61d8

RGB 18997216
HSL0.800.600.61
HSV286°55°85°
CMYK 0.130.550.00   0.15
XYZ37.655624.326167.6765
Yxy24.32610.29040.1876
Hunter Lab49.321549.9672-46.8297
CIE-Lab56.412855.1020-45.8329

#bd61d8 color RGB value is (189,97,216).

#bd61d8 hex color red value is 189, green value is 97 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #bd61d8 hue: 0.80 , saturation: 0.60 and the lightness value of bd61d8 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100001 11011000
Octal 275 141 330
Decimal 189 97 216
Hex BD 61 D8

RGB Percentages of Color #bd61d8

%37.65
%19.32
%43.03

CMYK Percentages of Color #bd61d8

%13
%55
%0
%15

Triadic Colors of #bd61d8

#bd61d8 #d8bd61 #61d8bd

Analogous Colors of #bd61d8

#bd61d8 #d861b8 #8261d8

Monochromatic Colors of #bd61d8

#bd61d8

Complementary Color

#bd61d8 #7cd861

#bd61d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd61d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd61d8 Color CSS Codes

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

#bd61d8 Text Font Color

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

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


#bd61d8 Background Color

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

This div background color is #bd61d8


#bd61d8 Border Color

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

This div border color is #bd61d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd61d8


Comments

No comments written yet.

Please login to write comment.