Color Hex Logo

#bd61cd Color Hex

#BD61CD
(189,97,205)
0 Favorites   0 Comments

Color spaces of #bd61cd

RGB 18997205
HSL0.810.520.59
HSV291°53°80°
CMYK 0.080.530.00   0.20
XYZ36.280423.776060.4346
Yxy23.77600.30110.1973
Hunter Lab48.760647.4820-39.3524
CIE-Lab55.862852.9467-40.4620

#bd61cd color RGB value is (189,97,205).

#bd61cd hex color red value is 189, green value is 97 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd61cd hue: 0.81 , saturation: 0.52 and the lightness value of bd61cd is 0.59.

The process color (four color CMYK) of #bd61cd color hex is 0.08, 0.53, 0.00, 0.20. Web safe color of #bd61cd is #cc66cc. Color #bd61cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100001 11001101
Octal 275 141 315
Decimal 189 97 205
Hex BD 61 CD

RGB Percentages of Color #bd61cd

%38.49
%19.76
%41.75

CMYK Percentages of Color #bd61cd

%8
%53
%0
%20

Triadic Colors of #bd61cd

#bd61cd #cdbd61 #61cdbd

Analogous Colors of #bd61cd

#bd61cd #cd61a7 #8761cd

Monochromatic Colors of #bd61cd

#bd61cd

Complementary Color

#bd61cd #71cd61

#bd61cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd61cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd61cd Color CSS Codes

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

#bd61cd Text Font Color

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

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


#bd61cd Background Color

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

This div background color is #bd61cd


#bd61cd Border Color

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

This div border color is #bd61cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd61cd


Comments

No comments written yet.

Please login to write comment.