Color Hex Logo

#bd1776 Color Hex

#BD1776
(189,23,118)
0 Favorites   0 Comments

Color spaces of #bd1776

RGB 18923118
HSL0.900.780.42
HSV326°88°74°
CMYK 0.000.880.38   0.26
XYZ24.562712.739618.3039
Yxy12.73960.44170.2291
Hunter Lab35.692660.3770-5.4203
CIE-Lab42.368266.8931-9.7453

#bd1776 color RGB value is (189,23,118).

#bd1776 hex color red value is 189, green value is 23 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bd1776 hue: 0.90 , saturation: 0.78 and the lightness value of bd1776 is 0.42.

The process color (four color CMYK) of #bd1776 color hex is 0.00, 0.88, 0.38, 0.26. Web safe color of #bd1776 is #cc0066. Color #bd1776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010111 01110110
Octal 275 27 166
Decimal 189 23 118
Hex BD 17 76

RGB Percentages of Color #bd1776

%57.27
%6.97
%35.76

CMYK Percentages of Color #bd1776

%0
%88
%38
%26

Triadic Colors of #bd1776

#bd1776 #76bd17 #1776bd

Analogous Colors of #bd1776

#bd1776 #bd1723 #b117bd

Monochromatic Colors of #bd1776

#bd1776

Complementary Color

#bd1776 #17bd5e

#bd1776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1776 Color CSS Codes

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

#bd1776 Text Font Color

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

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


#bd1776 Background Color

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

This div background color is #bd1776


#bd1776 Border Color

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

This div border color is #bd1776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1776


Comments

No comments written yet.

Please login to write comment.